Index: branches/RC/core/units/themes/themes_eh.php =================================================================== diff -u -r9836 -r10745 --- branches/RC/core/units/themes/themes_eh.php (.../themes_eh.php) (revision 9836) +++ branches/RC/core/units/themes/themes_eh.php (.../themes_eh.php) (revision 10745) @@ -98,6 +98,10 @@ { parent::SetCustomQuery($event); + if ($this->Application->IsAdmin()) { + return ; + } + $object =& $event->getObject(); /* @var $object kDBList */