1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-16 03:24:20 +02:00

Form-handler language file created. #2249

This commit is contained in:
Cameron
2017-01-07 10:29:14 -08:00
parent 7d43ed597b
commit 999119b5ba
2 changed files with 13 additions and 0 deletions

View File

@@ -76,6 +76,7 @@ class e_form
function __construct($enable_tabindex = false)
{
require_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>');