Index: branches/5.2.x/core/units/admin/admin_events_handler.php =================================================================== diff -u -N -r14707 -r14734 --- branches/5.2.x/core/units/admin/admin_events_handler.php (.../admin_events_handler.php) (revision 14707) +++ branches/5.2.x/core/units/admin/admin_events_handler.php (.../admin_events_handler.php) (revision 14734) @@ -1,6 +1,6 @@ Application->getUnitOption('conf', 'TableName') . ' - SET VariableValue = ' . (int)$this->Application->GetVar('width') . ' - WHERE VariableName = "MenuFrameWidth"'; - $this->Conn->Query($sql); - - if ($this->Conn->getAffectedRows()) { - $this->Application->DeleteUnitCache(false); - } + $this->Application->SetConfigValue('MenuFrameWidth', (int)$this->Application->GetVar('width')); } /**