mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 09:34:54 +02:00
Issue #5465 Core language files converted. (excluding plugins)
This commit is contained in:
@@ -90,7 +90,7 @@ class e_form
|
||||
public function __construct($enable_tabindex = false)
|
||||
{
|
||||
e107::loadAdminIcons(); // required below.
|
||||
e107_include_once(e_LANGUAGEDIR.e_LANGUAGE. '/lan_form_handler.php');
|
||||
e107::includeLan(e_LANGUAGEDIR.e_LANGUAGE. '/lan_form_handler.php');
|
||||
$this->_tabindex_enabled = $enable_tabindex;
|
||||
$this->_uc = e107::getUserClass();
|
||||
$this->setRequiredString('<span class="required text-warning"> *</span>');
|
||||
|
Reference in New Issue
Block a user