1
0
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:
Cameron 2017-01-07 16:36:33 -08:00
parent 794c32627a
commit fa042102fd

View File

@ -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">*&nbsp;</span>');