mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 12:48:26 +02:00
Quick fix for missing menu items.
This commit is contained in:
@@ -950,7 +950,7 @@ class e_layout
|
|||||||
|
|
||||||
if (file_exists($file['path'].'/plugin.xml') || file_exists($file['path'].'/plugin.php'))
|
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
|
$valid_menu = TRUE; // Whether new or existing, include in list
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user