forked from extern/egroupware
fix for missing hooks call in sync()
This commit is contained in:
parent
6e715790bd
commit
61be9586c4
@ -163,6 +163,7 @@
|
|||||||
* Continue adding the classes *
|
* Continue adding the classes *
|
||||||
\**************************************************************************/
|
\**************************************************************************/
|
||||||
$this->common = new common;
|
$this->common = new common;
|
||||||
|
$this->hooks = new hooks;
|
||||||
|
|
||||||
/* Load selected authentication class */
|
/* Load selected authentication class */
|
||||||
if (empty($phpgw_info["server"]["auth_type"])){$phpgw_info["server"]["auth_type"] = "sql";}
|
if (empty($phpgw_info["server"]["auth_type"])){$phpgw_info["server"]["auth_type"] = "sql";}
|
||||||
@ -196,7 +197,6 @@
|
|||||||
}
|
}
|
||||||
$this->translation = new translation;
|
$this->translation = new translation;
|
||||||
$this->acl = new acl;
|
$this->acl = new acl;
|
||||||
$this->hooks = new hooks;
|
|
||||||
|
|
||||||
$sep = filesystem_separator();
|
$sep = filesystem_separator();
|
||||||
$template_root = $this->common->get_tpl_dir();
|
$template_root = $this->common->get_tpl_dir();
|
||||||
|
Loading…
Reference in New Issue
Block a user