1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-20 13:21:54 +02:00

Issue #4350 Have Menu Manager run init();

This commit is contained in:
Cameron
2021-01-17 08:22:40 -08:00
parent ed8d40db95
commit d1bf1cfde8
2 changed files with 5 additions and 4 deletions

View File

@@ -133,10 +133,7 @@ e107::coreLan('admin', true);
if(e_MENUMANAGER_ACTIVE === true || vartrue($_GET['enc']))
{
if(class_exists('theme')) // v2.3.0+
{
$tmpTemp = new theme; // load __construct() in case it contains CSS etc.
}
e107::callMethod('theme', 'init'); // v2.3.0+ new theme
$JSMODAL = <<<TEMPL
$(function() {