Index: branches/5.2.x/core/units/files/file_eh.php =================================================================== diff -u -N -r13840 -r14095 --- branches/5.2.x/core/units/files/file_eh.php (.../file_eh.php) (revision 13840) +++ branches/5.2.x/core/units/files/file_eh.php (.../file_eh.php) (revision 14095) @@ -1,6 +1,6 @@ GetField('FilePath', 'full_path'); $file_helper->DownloadFile($filename); - $event->status = erSTOP; + $event->status = kEvent::erSTOP; } } \ No newline at end of file