1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-03 21:27:25 +02:00

Merge pull request #1726 from Deltik/master

Fixed frontend localization for clock_menu plugin
This commit is contained in:
Cameron
2016-06-22 14:27:37 -07:00
committed by GitHub
3 changed files with 5 additions and 5 deletions

View File

@@ -1230,10 +1230,10 @@ $core_image = array (
array ( array (
'English.php' => '5f81da7166965e4a08f4bf4de060f409', 'English.php' => '5f81da7166965e4a08f4bf4de060f409',
), ),
'English.php' => 'c8c59cc8ea0426757eeb737f3a7f8754', 'English_front.php' => 'c8c59cc8ea0426757eeb737f3a7f8754',
), ),
'clock.js' => '98871f097e7b77f981df163421edb721', 'clock.js' => '98871f097e7b77f981df163421edb721',
'clock_menu.php' => '3168321679773a9b312516a5f68ebeb9', 'clock_menu.php' => '093e3d29e611974b9425713014cda36b',
'config.php' => '990e7bff8e3cfee87d7bdbb9738fb80b', 'config.php' => '990e7bff8e3cfee87d7bdbb9738fb80b',
), ),
'comment_menu' => 'comment_menu' =>

View File

@@ -21,7 +21,7 @@
//FIXME looks pretty much to be 0.6 compatible //FIXME looks pretty much to be 0.6 compatible
if (!defined('e107_INIT')) { exit(); } if (!defined('e107_INIT')) { exit(); }
e107::lan('clock_menu',e_LANGUAGE); e107::lan('clock_menu',false);
$menu_pref = e107::getConfig('menu')->getPref(''); $menu_pref = e107::getConfig('menu')->getPref('');