mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-31 02:21:28 +01:00
updated so the hooks get registered properly
This commit is contained in:
parent
dbd4c633f9
commit
0ce125a2d2
@ -19,8 +19,11 @@
|
|||||||
$setup_info['preferences']['enable'] = 2;
|
$setup_info['preferences']['enable'] = 2;
|
||||||
|
|
||||||
/* The hooks this app includes, needed for hooks registration */
|
/* The hooks this app includes, needed for hooks registration */
|
||||||
//$setup_info['admin']['hooks'][] = 'preferences';
|
$setup_info['preferences']['hooks'][] = 'admin_deleteaccount';
|
||||||
//$setup_info['admin']['hooks'][] = 'admin';
|
$setup_info['preferences']['hooks'][] = 'config';
|
||||||
|
$setup_info['preferences']['hooks'][] = 'manual';
|
||||||
|
$setup_info['preferences']['hooks'][] = 'preferences';
|
||||||
|
$setup_info['preferences']['hooks'][] = 'settings';
|
||||||
|
|
||||||
/* Dependacies for this app to work */
|
/* Dependacies for this app to work */
|
||||||
$setup_info['preferences']['depends'][] = array(
|
$setup_info['preferences']['depends'][] = array(
|
||||||
|
Loading…
Reference in New Issue
Block a user