1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +02:00

Update news_months_menu.php

Small correction.
This commit is contained in:
Gábor
2016-11-04 16:03:49 +01:00
committed by GitHub
parent 403fcf5421
commit dd3ce2a7e8

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();