Index: branches/5.0.x/core/units/custom_fields/custom_fields_event_handler.php =================================================================== diff -u -N -r12511 -r12726 --- branches/5.0.x/core/units/custom_fields/custom_fields_event_handler.php (.../custom_fields_event_handler.php) (revision 12511) +++ branches/5.0.x/core/units/custom_fields/custom_fields_event_handler.php (.../custom_fields_event_handler.php) (revision 12726) @@ -1,6 +1,6 @@ addFilter('itemtype_filter', '%1$s.Type = '.$item_type); } - if (!($this->Application->isDebugMode() && $this->Application->IsAdmin())) { + if (!($this->Application->isDebugMode() && $this->Application->isAdminUser)) { $object->addFilter('user_filter', '%1$s.IsSystem = 0'); } }