1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 04:10:38 +02:00

Quick fix for missing menu items.

This commit is contained in:
Cameron
2013-05-30 00:35:38 -07:00
parent dbc70dd90e
commit adafda5a8b

View File

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