mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 01:25:01 +02:00
Changed present LAN calls (+ edit +decommented) so to be able to use the translation (previous state crippled .. not finished ??) Iff i am correct on coding unsure, testing provides working..
This commit is contained in:
@@ -17,8 +17,9 @@ if (!getperms('P'))
|
||||
}
|
||||
|
||||
|
||||
e107::includeLan(e_PLUGIN.'forum/languages/'.e_LANGUAGE.'/English_admin.php');
|
||||
e107::lan('forum','', 'front');
|
||||
e107::lan('forum', 'admin');
|
||||
//e107::includeLan(e_PLUGIN.'forum/languages/'.e_LANGUAGE.'/English_admin.php');
|
||||
//e107::lan('forum','', 'front');
|
||||
|
||||
$legacy = false;
|
||||
|
||||
|
Reference in New Issue
Block a user