From adafda5a8b45c16754f1b4dc31a02cfb86d4b047 Mon Sep 17 00:00:00 2001 From: Cameron Date: Thu, 30 May 2013 00:35:38 -0700 Subject: [PATCH] Quick fix for missing menu items. --- e107_admin/menus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_admin/menus.php b/e107_admin/menus.php index fc6756de6..657adb0ff 100644 --- a/e107_admin/menus.php +++ b/e107_admin/menus.php @@ -950,7 +950,7 @@ class e_layout if (file_exists($file['path'].'/plugin.xml') || file_exists($file['path'].'/plugin.php')) { - if (e107::isInstalled($parent_dir)) + // if (e107::isInstalled($file['path'])) //FIXME need a check that doesn't exlude page, news and others that don't require installation. { $valid_menu = TRUE; // Whether new or existing, include in list }