From fa042102fd84b15c4a208798eb9ead8fcfe5458b Mon Sep 17 00:00:00 2001 From: Cameron Date: Sat, 7 Jan 2017 16:36:33 -0800 Subject: [PATCH] Use e107_include_once(). --- e107_handlers/form_handler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_handlers/form_handler.php b/e107_handlers/form_handler.php index 96634a5d0..f9da99543 100644 --- a/e107_handlers/form_handler.php +++ b/e107_handlers/form_handler.php @@ -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('');