mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 13:47:31 +02:00
Use e107_include_once().
This commit is contained in:
@@ -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>');
|
||||
|
Reference in New Issue
Block a user