1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 04:10:38 +02:00

Issue #67 - fix admin log handling of plugin-specific event titles (with language support).

This commit is contained in:
SteveD
2012-12-23 15:00:15 +00:00
parent 98741074c2
commit c11db9a05f
6 changed files with 121 additions and 27 deletions

View File

@@ -57,8 +57,8 @@ if(is_array($pref['lan_log_list'])) //... and for any plugins which support it
$file = str_replace('--LAN--', e_LANGUAGE, $file);
// echo "orig = ".$file." ";
e107::lan($path,'log',true);
//include_lan(e_PLUGIN.$path.'/'.$file);
//e107::lan($path,'log',true);
include_lan(e_PLUGIN.$path.'/languages/'.$file);
}
}