mirror of
https://github.com/e107inc/e107.git
synced 2025-03-14 01:19:44 +01:00
Use e107_include_once().
This commit is contained in:
parent
794c32627a
commit
fa042102fd
@ -76,7 +76,7 @@ class e_form
|
||||
|
||||
function __construct($enable_tabindex = false)
|
||||
{
|
||||
require_once(e_LANGUAGEDIR.e_LANGUAGE."/lan_form_handler.php");
|
||||
e107_include_once(e_LANGUAGEDIR.e_LANGUAGE."/lan_form_handler.php");
|
||||
$this->_tabindex_enabled = $enable_tabindex;
|
||||
$this->_uc = e107::getUserClass();
|
||||
$this->setRequiredString('<span class="required">* </span>');
|
||||
|
Loading…
x
Reference in New Issue
Block a user