From 9ce55db44cf1afc6e033ad9ff0ca321ad5774d24 Mon Sep 17 00:00:00 2001 From: slawkens Date: Wed, 5 Nov 2025 22:02:11 +0100 Subject: [PATCH] Display error message after failed settings save - just in case --- admin/tools/settings_save.php | 3 +++ 1 file changed, 3 insertions(+) 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.'; +}