mirror of
https://github.com/e107inc/e107.git
synced 2025-08-17 03:54:09 +02:00
Admin-ui quick page navigation added. Plugin class fixes. (admin navigation of plugins)
This commit is contained in:
@@ -603,7 +603,9 @@ class e_plugin
|
||||
|
||||
private function checkCategory($cat)
|
||||
{
|
||||
if (!empty($cat) && in_array($cat, $this->_accepted_categories))
|
||||
$okayCats = array_keys($this->_accepted_categories);
|
||||
|
||||
if (!empty($cat) && in_array($cat, $okayCats))
|
||||
{
|
||||
return $cat;
|
||||
}
|
||||
|
Reference in New Issue
Block a user