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;
|
$prefs =& $GLOBALS['egw']->preferences;
|
||||||
$type = 'user';
|
$type = 'user';
|
||||||
}
|
}
|
||||||
|
$prefs->read_repository();
|
||||||
$type = $group == "all" ? "default" : "user";
|
$type = $group == "all" ? "default" : "user";
|
||||||
if($action == "add")
|
if($action == "add")
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user