1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +02: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

View File

@@ -46,7 +46,7 @@ if(false === $cached)
// e107::lan('blogcalendar_menu', e_LANGUAGE); // FIXME decide on language file structure (#743) // 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(); $tp = e107::getParser();
$sql = e107::getDb(); $sql = e107::getDb();