1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 20:30:39 +02:00

Fixes Issue #920 - Quick fix.

This commit is contained in:
Cameron
2015-03-29 20:34:17 -07:00
parent 6ce8e9edd5
commit 3b799880cb

View File

@@ -30,7 +30,9 @@ if(false === $cached)
$parms['showarchive'] = 0;
//e107::plugLan('blogcalendar_menu');
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');
$tp = e107::getParser();
$sql = e107::getDb();