diff --git a/admin/tools/settings_save.php b/admin/tools/settings_save.php index 2f2f4cb0..0f0cb028 100644 --- a/admin/tools/settings_save.php +++ b/admin/tools/settings_save.php @@ -40,3 +40,6 @@ if (count($errors) > 0) { if ($success) { echo 'Saved at ' . date('H:i'); } +else { + echo 'Something unexpected happened - it was impossible to save the settings, please try again later. If problem persists - contact MyAAC developers.'; +}