Index: branches/5.2.x/core/units/fck/fck_eh.php =================================================================== diff -u -N -r13840 -r14095 --- branches/5.2.x/core/units/fck/fck_eh.php (.../fck_eh.php) (revision 13840) +++ branches/5.2.x/core/units/fck/fck_eh.php (.../fck_eh.php) (revision 14095) @@ -1,6 +1,6 @@ status = erSTOP; + $event->status = kEvent::erSTOP; $this->CreateXmlHeader(); $res = ''."\n" ; $res.= ""."\n"; @@ -84,7 +84,7 @@ function OnRenameFile(&$event) { - $event->status = erSTOP; + $event->status = kEvent::erSTOP; if ($this->Application->CheckPermission('SYSTEM_ACCESS.READONLY', 1)) { return; @@ -120,7 +120,7 @@ function OnDeleteFiles(&$event) { - $event->status = erSTOP; + $event->status = kEvent::erSTOP; if ($this->Application->CheckPermission('SYSTEM_ACCESS.READONLY', 1)) { return; @@ -158,7 +158,7 @@ function OnCreateFolder(&$event) { - $event->status = erSTOP; + $event->status = kEvent::erSTOP; if ($this->Application->CheckPermission('SYSTEM_ACCESS.READONLY', 1)) { return; @@ -194,7 +194,7 @@ function OnUploadFile(&$event) { - $event->status = erSTOP; + $event->status = kEvent::erSTOP; if ($this->Application->CheckPermission('SYSTEM_ACCESS.READONLY', 1)) { return;