From ffbc8e2831b4d8d714442db9a95bbe4579415a4a Mon Sep 17 00:00:00 2001 From: Steven Mondji-Lerider Date: Mon, 12 Nov 2012 16:01:54 +0000 Subject: [PATCH] Fix #1373 --- bureau/class/config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/bureau/class/config.php b/bureau/class/config.php index 7ff181ec..ccd66ea8 100644 --- a/bureau/class/config.php +++ b/bureau/class/config.php @@ -162,6 +162,7 @@ include_once("lang_env.php"); $mem=new m_mem(); $err=new m_err(); $authip=new m_authip(); +$hooks=new m_hooks(); /* Check the User identity (if required) */ if (!defined('NOCHECK')) {