From a5ce950161a2235ed36514d7a34ba3b3eee7040a Mon Sep 17 00:00:00 2001 From: Daniel Preussker Date: Wed, 15 Apr 2015 15:35:36 +0000 Subject: [PATCH] Revert "Hide divider if there are no active plugins" --- html/includes/print-menubar.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/html/includes/print-menubar.php b/html/includes/print-menubar.php index 4c4f2b4fe2..6ac12cb7b8 100644 --- a/html/includes/print-menubar.php +++ b/html/includes/print-menubar.php @@ -433,12 +433,8 @@ Plugins::call('menu'); if ($_SESSION['userlevel'] >= '10') { - if (dbFetchCell("SELECT COUNT(*) from `plugins` WHERE plugin_active = '1'" > 0) { - echo(' + echo(' - '); - } - echo('
  • Plugin Admin
  • '); }