mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
fixed wrong name for hook_deleteaccount
This commit is contained in:
parent
587fa97db2
commit
19f521ca05
@ -18,7 +18,7 @@
|
||||
$setup_info['preferences']['enable'] = 2;
|
||||
|
||||
/* The hooks this app includes, needed for hooks registration */
|
||||
$setup_info['preferences']['hooks'][] = 'admin_deleteaccount';
|
||||
$setup_info['preferences']['hooks'][] = 'deleteaccount';
|
||||
$setup_info['preferences']['hooks'][] = 'config';
|
||||
$setup_info['preferences']['hooks'][] = 'manual';
|
||||
$setup_info['preferences']['hooks'][] = 'preferences';
|
||||
|
Loading…
Reference in New Issue
Block a user