forked from extern/egroupware
Have to read repository, not just create the object, or I get inconsistencies
This commit is contained in:
parent
df9b9db615
commit
9afe55bfae
@ -915,6 +915,7 @@ class etemplate_widget_nextmatch extends etemplate_widget
|
||||
$prefs =& $GLOBALS['egw']->preferences;
|
||||
$type = 'user';
|
||||
}
|
||||
$prefs->read_repository();
|
||||
$type = $group == "all" ? "default" : "user";
|
||||
if($action == "add")
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user