no success-message on initial load

This commit is contained in:
Ralf Becker 2014-02-05 20:35:41 +00:00
parent c27b4a5add
commit d99b52d48f

View File

@ -161,7 +161,7 @@ class uiconfig
unset($errors);
unset($GLOBALS['config_error']);
}
else
elseif ($_POST['apply'])
{
egw_framework::message(lang('Configuration saved.'), 'success');
}