Fix #1373
This commit is contained in:
parent
bac1b39e7a
commit
ffbc8e2831
|
@ -162,6 +162,7 @@ include_once("lang_env.php");
|
||||||
$mem=new m_mem();
|
$mem=new m_mem();
|
||||||
$err=new m_err();
|
$err=new m_err();
|
||||||
$authip=new m_authip();
|
$authip=new m_authip();
|
||||||
|
$hooks=new m_hooks();
|
||||||
|
|
||||||
/* Check the User identity (if required) */
|
/* Check the User identity (if required) */
|
||||||
if (!defined('NOCHECK')) {
|
if (!defined('NOCHECK')) {
|
||||||
|
|
Loading…
Reference in New Issue