diff --git a/op/op.Settings.php b/op/op.Settings.php index 4b329137d..7f254c7a0 100644 --- a/op/op.Settings.php +++ b/op/op.Settings.php @@ -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");