From 719016e09aad0ae8bb8846ba82ac3662419ee0dd Mon Sep 17 00:00:00 2001 From: Cameron Date: Tue, 3 Jan 2017 11:16:06 -0800 Subject: [PATCH] menu-manager iframe styling. --- e107_handlers/menumanager_class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_handlers/menumanager_class.php b/e107_handlers/menumanager_class.php index d1428a91c..c403a14e6 100644 --- a/e107_handlers/menumanager_class.php +++ b/e107_handlers/menumanager_class.php @@ -206,7 +206,7 @@ class e_menuManager { // $cnt = $sql->select("menus", "*", "menu_location > 0 AND menu_layout = '$curLayout' ORDER BY menu_name "); // calculate height to remove vertical scroll-bar. // $text = ""; - $text = ""; + $text = ""; return $text; }