1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-26 07:44:49 +02:00

Make sure admin icons are loaded during testing and when initializing form handler.

This commit is contained in:
Cameron
2021-01-25 12:04:59 -08:00
parent d03ef3a670
commit 876212d518
4 changed files with 6 additions and 17 deletions

View File

@@ -79,6 +79,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');
$this->_tabindex_enabled = $enable_tabindex;
$this->_uc = e107::getUserClass();