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

Notice removal

This commit is contained in:
Cameron
2012-12-15 18:06:55 -08:00
parent 0779798f89
commit d404081ce6
12 changed files with 73 additions and 58 deletions

View File

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