set splash msg on successful saving of settings

This commit is contained in:
Uwe Steinmann 2013-05-23 16:11:17 +02:00
parent 5e84e7c5c7
commit 499d87c499

View File

@ -164,6 +164,8 @@ if ($action == "saveSettings")
add_log_line(".php&action=savesettings");
}
$session->setSplashMsg(array('type'=>'success', 'msg'=>getMLText('splash_settings_saved')));
header("Location:../out/out.Settings.php");