Index: branches/5.0.x/core/units/images/image_event_handler.php =================================================================== diff -u -N -r12299 -r12726 --- branches/5.0.x/core/units/images/image_event_handler.php (.../image_event_handler.php) (revision 12299) +++ branches/5.0.x/core/units/images/image_event_handler.php (.../image_event_handler.php) (revision 12726) @@ -1,6 +1,6 @@ Special == 'list' && !$this->Application->IsAdmin()) { + if ($event->Special == 'list' && !$this->Application->isAdmin) { // ListImages aggregated tag uses this special return ''; } @@ -301,8 +301,7 @@ $object =& $event->getObject(); $type_clauses = Array(); - if( !$this->Application->IsAdmin() ) - { + if (!$this->Application->isAdminUser) { $object->addFilter('active', '%1$s.Enabled = 1'); }