fix for missing hooks call in sync()

This commit is contained in:
skeeter 2000-12-30 21:39:16 +00:00
parent 6e715790bd
commit 61be9586c4

View File

@ -163,6 +163,7 @@
* Continue adding the classes *
\**************************************************************************/
$this->common = new common;
$this->hooks = new hooks;
/* Load selected authentication class */
if (empty($phpgw_info["server"]["auth_type"])){$phpgw_info["server"]["auth_type"] = "sql";}
@ -196,7 +197,6 @@
}
$this->translation = new translation;
$this->acl = new acl;
$this->hooks = new hooks;
$sep = filesystem_separator();
$template_root = $this->common->get_tpl_dir();