Merged commit from Christian:

r28905:  invalid the cache if saved_states get updated, otherwise
changed states will not be saved correctly in some cases
This commit is contained in:
Ralf Becker 2010-01-08 02:39:03 +00:00
parent f6b406ca8c
commit 4ed476089a

View File

@ -380,7 +380,7 @@ class calendar_ui
if ($saved_states != $this->cal_prefs['saved_states'])
{
$GLOBALS['egw']->preferences->add('calendar','saved_states',$saved_states);
$GLOBALS['egw']->preferences->save_repository(false,'user',false);
$GLOBALS['egw']->preferences->save_repository(false,'user',true);
}
}
}