From 94dc5ab7f06099759464e02bf69255a4df6cc6d8 Mon Sep 17 00:00:00 2001 From: Moc Date: Tue, 26 Aug 2014 18:45:13 +0200 Subject: [PATCH] #743 - Temporary fix for LAN file loading --- e107_plugins/news/news_months_menu.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/e107_plugins/news/news_months_menu.php b/e107_plugins/news/news_months_menu.php index 4092d8594..9a626be1d 100644 --- a/e107_plugins/news/news_months_menu.php +++ b/e107_plugins/news/news_months_menu.php @@ -29,7 +29,8 @@ if(false === $cached) //parse_str($parm, $parms); // FIXME - menu settings... $parms['showarchive'] = 0; - e107::plugLan('blogcalendar_menu'); + //e107::plugLan('blogcalendar_menu'); + e107::lan('blogcalendar_menu', e_LANGUAGE); // FIXME decide on language file structure (#743) $tp = e107::getParser(); $sql = e107::getDb();