Index: branches/5.0.x/core/units/thesaurus/thesaurus_eh.php =================================================================== diff -u -N -r12299 -r12726 --- branches/5.0.x/core/units/thesaurus/thesaurus_eh.php (.../thesaurus_eh.php) (revision 12299) +++ branches/5.0.x/core/units/thesaurus/thesaurus_eh.php (.../thesaurus_eh.php) (revision 12726) @@ -1,6 +1,6 @@ getObject(); /* @var $object kDBList */ - if (!$this->Application->IsAdmin()) { + if (!$this->Application->isAdminUser) { $keywords = unhtmlentities( trim($this->Application->GetVar('keywords')) ); $object->addFilter('search_filter', '%1$s.SearchTerm LIKE ' . $this->Conn->qstr($keywords).' OR %1$s.SearchTerm LIKE ' . $this->Conn->qstr($keywords . '_')); }