Index: branches/5.0.x/core/units/admin/admin_events_handler.php =================================================================== diff -u -r12117 -r12202 --- branches/5.0.x/core/units/admin/admin_events_handler.php (.../admin_events_handler.php) (revision 12117) +++ branches/5.0.x/core/units/admin/admin_events_handler.php (.../admin_events_handler.php) (revision 12202) @@ -1,6 +1,6 @@ Application->GetVar('Filedata'); if (!$value) return ; - $tmp_path = WRITEABLE.'/tmp/'; + $tmp_path = WRITEABLE . '/tmp/'; $fname = $value['name']; $id = $this->Application->GetVar('id'); if ($id) $fname = $id.'_'.$fname;