mirror of
https://github.com/e107inc/e107.git
synced 2025-08-08 07:36:32 +02:00
Deprecated function include_lan() cleanup. Replaced with e107::lan();
This commit is contained in:
@@ -22,7 +22,7 @@ $url = e107::getUrl()->create('faqs/list/all', false, 'full=1&noencode=1');
|
||||
header('Location: '.$url);
|
||||
exit;
|
||||
|
||||
include_lan(e_PLUGIN."faqs/languages/".e_LANGUAGE."/".e_LANGUAGE."_front.php");
|
||||
incluXXXde_lan(e_PLUGIN."faqs/languages/".e_LANGUAGE."/".e_LANGUAGE."_front.php");
|
||||
|
||||
|
||||
require_once (e_HANDLER."form_handler.php");
|
||||
|
Reference in New Issue
Block a user