mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
Default preferences are now working durring account creation
This commit is contained in:
parent
68ae85eb5f
commit
f162a41fbb
@ -363,7 +363,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
if ($apps_after)
|
||||
/* if ($apps_after)
|
||||
{
|
||||
$GLOBALS['pref'] = CreateObject('phpgwapi.preferences',$userData['account_id']);
|
||||
$GLOBALS['phpgw']->common->hook_single('add_def_pref','admin');
|
||||
@ -375,10 +375,10 @@
|
||||
}
|
||||
}
|
||||
$GLOBALS['pref']->save_repository(False);
|
||||
}
|
||||
} */
|
||||
|
||||
$apps->account_apps = Array(Array());
|
||||
$apps_after = Array(Array());
|
||||
$apps->account_apps = array(array());
|
||||
$apps_after = array(array());
|
||||
|
||||
$GLOBALS['phpgw']->db->unlock();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user