Revert "Hide divider if there are no active plugins"

This commit is contained in:
Daniel Preussker 2015-04-15 15:35:36 +00:00
parent cea1a5f505
commit a5ce950161

View File

@ -433,12 +433,8 @@ Plugins::call('menu');
if ($_SESSION['userlevel'] >= '10')
{
if (dbFetchCell("SELECT COUNT(*) from `plugins` WHERE plugin_active = '1'" > 0) {
echo('
<li role="presentation" class="divider"></li>
');
}
echo('
<li><a href="plugin/view=admin"> <i class="fa fa-lock fa-fw fa-lg"></i>Plugin Admin</a></li>
');
}