forked from extern/egroupware
Fix add_def_pref hook (for new accounts only, the others are still broken)
This commit is contained in:
parent
0f204e662e
commit
7da0e5efb8
@ -180,7 +180,7 @@
|
||||
{
|
||||
if ($apps[0] != 'admin')
|
||||
{
|
||||
$phpgw->common->hook_single('add_def_pref', $apps[0]);
|
||||
$phpgw->common->hook_single('add_def_pref', $apps[1]);
|
||||
}
|
||||
}
|
||||
$pref->save_repository(False);
|
||||
|
Loading…
Reference in New Issue
Block a user