mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Updated the hooks for the calendar.
This commit is contained in:
parent
4290218047
commit
03a82af40e
@ -23,7 +23,14 @@
|
||||
$setup_info['calendar']['tables'][] = 'phpgw_cal_user';
|
||||
|
||||
/* The hooks this app includes, needed for hooks registration */
|
||||
$setup_info['calendar']['hooks'] = array('preferences','admin');
|
||||
$setup_info['calendar']['hooks'] = array(
|
||||
'preferences',
|
||||
'admin',
|
||||
'manual',
|
||||
'deleteaccount',
|
||||
'add_def_prefs',
|
||||
'email'
|
||||
);
|
||||
|
||||
/* Dependencies for this app to work */
|
||||
$setup_info['calendar']['depends'][] = array(
|
||||
|
Loading…
Reference in New Issue
Block a user