Index: branches/5.0.x/core/units/themes/themes_eh.php =================================================================== diff -u -N -r12588 -r12726 --- branches/5.0.x/core/units/themes/themes_eh.php (.../themes_eh.php) (revision 12588) +++ branches/5.0.x/core/units/themes/themes_eh.php (.../themes_eh.php) (revision 12726) @@ -1,6 +1,6 @@ Application->IsAdmin()) { + if ($this->Application->isAdminUser) { // for structure theme dropdown $this->Application->StoreVar('theme_id', $this->Application->GetVar('theme')); $this->Application->StoreVar('RefreshStructureTree', 1); @@ -152,7 +152,7 @@ { parent::SetCustomQuery($event); - if ($event->Special == 'enabled' || !$this->Application->IsAdmin()) { + if ($event->Special == 'enabled' || !$this->Application->isAdminUser) { // "enabled" special or Front-End $object =& $event->getObject();