mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 20:57:26 +02:00
#3141 - correct LAN loading in banner_menu config (menu area)
This commit is contained in:
@@ -18,7 +18,7 @@ class banner_menu
|
|||||||
{
|
{
|
||||||
function __construct()
|
function __construct()
|
||||||
{
|
{
|
||||||
e107::lan('banner','admin', 'true');
|
e107::lan('banner', true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -67,6 +67,3 @@ class banner_menu_form extends e_form
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
?>
|
|
Reference in New Issue
Block a user