1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-19 12:51:52 +02:00

Fixes Plugin Database structure update detection.

This commit is contained in:
Cameron
2017-04-21 14:21:29 -07:00
parent 40558eeedb
commit caee889b7f
4 changed files with 18 additions and 10 deletions

View File

@@ -1588,7 +1588,7 @@ class e_admin_dispatcher
{
$icon = e107::getPlugin()->getIcon(e_CURRENT_PLUGIN, 32, '');
}
return e107::getNav()->admin($icon."<span>".$this->menuTitle."</span>", $selected, $var);
}