mirror of
https://github.com/e107inc/e107.git
synced 2025-05-07 20:55:34 +02:00
#743 - Temporary fix for LAN file loading
This commit is contained in:
parent
edc7ecb465
commit
94dc5ab7f0
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user