Have to read repository, not just create the object, or I get inconsistencies

This commit is contained in:
Nathan Gray 2013-04-10 16:47:02 +00:00
parent df9b9db615
commit 9afe55bfae

View File

@ -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")
{