mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 09:04:38 +02:00
Deprecated function include_lan() cleanup. Replaced with e107::lan();
This commit is contained in:
@@ -15,7 +15,7 @@ if (!plugInstalled('chatbox_menu'))
|
||||
exit;
|
||||
}
|
||||
|
||||
include_lan(e_PLUGIN."chatbox_menu/languages/".e_LANGUAGE."/".e_LANGUAGE.".php");
|
||||
e107::lan('chatbox_menu',e_LANGUAGE);
|
||||
|
||||
require_once(HEADERF);
|
||||
$mes = e107::getMessage();
|
||||
|
Reference in New Issue
Block a user