Index: branches/5.0.x/core/units/files/file_eh.php =================================================================== diff -u -N -r12299 -r12726 --- branches/5.0.x/core/units/files/file_eh.php (.../file_eh.php) (revision 12299) +++ branches/5.0.x/core/units/files/file_eh.php (.../file_eh.php) (revision 12726) @@ -1,6 +1,6 @@ getObject(); - if (!$this->Application->IsAdmin()) { + if (!$this->Application->isAdminUser) { $object->addFilter('active_filter', '%1$s.Status = '.STATUS_ACTIVE); } }