mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 10:04:35 +02:00
Deprecated function include_lan() cleanup. Replaced with e107::lan();
This commit is contained in:
@@ -40,9 +40,8 @@ require_once("../../class2.php");
|
||||
$frm = e107::getForm();
|
||||
$mes = e107::getMessage();
|
||||
|
||||
include_lan(e_PLUGIN.'import/languages/'.e_LANGUAGE.'_admin_import.php');
|
||||
|
||||
|
||||
//e107::lan('import',e_LANGUAGE.'_admin_import.php');
|
||||
|
||||
//XXX A Fresh Start
|
||||
class import_admin extends e_admin_dispatcher
|
||||
|
Reference in New Issue
Block a user