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