mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 12:48:24 +01:00
#3141 - correct LAN loading in banner_menu config (menu area)
This commit is contained in:
parent
51879cc939
commit
8c055928e0
@ -18,7 +18,7 @@ class banner_menu
|
||||
{
|
||||
function __construct()
|
||||
{
|
||||
e107::lan('banner','admin', 'true');
|
||||
e107::lan('banner', true);
|
||||
}
|
||||
|
||||
|
||||
@ -66,7 +66,4 @@ class banner_menu_form extends e_form
|
||||
return $text;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
?>
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user