mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
added hooks: addressbook_view, projects_view
This commit is contained in:
parent
55a4e2d73b
commit
847581cc23
@ -21,6 +21,8 @@
|
||||
/* The hooks this app includes, needed for hooks registration */
|
||||
$setup_info['infolog']['hooks'][] = 'preferences';
|
||||
$setup_info['infolog']['hooks'][] = 'admin';
|
||||
$setup_info['infolog']['hooks'][] = 'addressbook_view';
|
||||
$setup_info['infolog']['hooks'][] = 'projects_view';
|
||||
|
||||
/* Dependacies for this app to work */
|
||||
$setup_info['infolog']['depends'][] = array(
|
||||
|
Loading…
Reference in New Issue
Block a user