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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user