1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-14 01:19:44 +01:00

Merge pull request #1996 from yesszus/patch-15

Update e107_plugins/news/news_months_menu.php
This commit is contained in:
Cameron 2016-12-17 09:50:57 -08:00 committed by GitHub
commit 3af165f351

View File

@ -46,7 +46,7 @@ if(false === $cached)
// e107::lan('blogcalendar_menu', e_LANGUAGE); // FIXME decide on language file structure (#743)
e107::includeLan(e_PLUGIN.'blogcalendar_menu/languages/English.php');
e107::includeLan(e_PLUGIN.'blogcalendar_menu/languages/'.e_LANGUAGE.'.php');
$tp = e107::getParser();
$sql = e107::getDb();