update client-side preferences, when preferences get saved

This commit is contained in:
Ralf Becker 2014-06-06 12:21:31 +00:00
parent b308b0027d
commit 0246dec560

View File

@ -111,6 +111,8 @@ class preferences_settings
}
}
}
// update client-side preferences in response
egw_framework::ajax_get_preference($appname);
}
if (in_array($button, array('save','cancel')))
{