mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
updated the hooks entries
This commit is contained in:
parent
13d1f509f3
commit
f3fb44a6a6
@ -19,8 +19,14 @@
|
|||||||
$setup_info['admin']['enable'] = 1;
|
$setup_info['admin']['enable'] = 1;
|
||||||
|
|
||||||
/* 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['admin']['hooks'][] = 'acl_manager';
|
||||||
|
$setup_info['admin']['hooks'][] = 'add_def_pref';
|
||||||
$setup_info['admin']['hooks'][] = 'admin';
|
$setup_info['admin']['hooks'][] = 'admin';
|
||||||
|
$setup_info['admin']['hooks'][] = 'after_navbar';
|
||||||
|
$setup_info['admin']['hooks'][] = 'config';
|
||||||
|
$setup_info['admin']['hooks'][] = 'deleteaccount';
|
||||||
|
$setup_info['admin']['hooks'][] = 'manual';
|
||||||
|
$setup_info['admin']['hooks'][] = 'view_user';
|
||||||
|
|
||||||
/* Dependacies for this app to work */
|
/* Dependacies for this app to work */
|
||||||
$setup_info['admin']['depends'][] = array(
|
$setup_info['admin']['depends'][] = array(
|
||||||
|
@ -25,13 +25,17 @@
|
|||||||
|
|
||||||
/* The hooks this app includes, needed for hooks registration */
|
/* The hooks this app includes, needed for hooks registration */
|
||||||
$setup_info['calendar']['hooks'] = array(
|
$setup_info['calendar']['hooks'] = array(
|
||||||
'preferences',
|
|
||||||
'admin',
|
|
||||||
'manual',
|
|
||||||
'deleteaccount',
|
|
||||||
'add_def_prefs',
|
'add_def_prefs',
|
||||||
|
'admin',
|
||||||
|
'deleteaccount',
|
||||||
'email',
|
'email',
|
||||||
'home'
|
'home',
|
||||||
|
'home_day',
|
||||||
|
'home_month',
|
||||||
|
'home_week',
|
||||||
|
'home_year',
|
||||||
|
'manual',
|
||||||
|
'preferences'
|
||||||
);
|
);
|
||||||
|
|
||||||
/* Dependencies for this app to work */
|
/* Dependencies for this app to work */
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
$setup_info['phpwebhosting']['enable'] = 1;
|
$setup_info['phpwebhosting']['enable'] = 1;
|
||||||
|
|
||||||
/* The hooks this app includes, needed for hooks registration */
|
/* The hooks this app includes, needed for hooks registration */
|
||||||
$setup_info['phpwebhosting']['hooks'] = array ('preferences', 'admin');
|
$setup_info['phpwebhosting']['hooks'] = array ('add_def_pref', 'admin', 'deleteaccount', 'preferences');
|
||||||
|
|
||||||
/* Dependencies for this app to work */
|
/* Dependencies for this app to work */
|
||||||
$setup_info['phpwebhosting']['depends'][] = array(
|
$setup_info['phpwebhosting']['depends'][] = array(
|
||||||
|
Loading…
Reference in New Issue
Block a user