1
0
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:
Tijn Kuyper 2019-02-01 14:41:30 +01:00
parent 51879cc939
commit 8c055928e0

View File

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