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;
}