New wrapper functions introduced, TODOs.txt updated
[mailer.git] / inc / modules / admin / what-admin_add.php
index c996df527037f2ae285f63a3191b1d4a42dc8e1c..812d82357d8055cc20bdedf0c4962be9076a7c0c 100644 (file)
@@ -183,10 +183,10 @@ if (!isFormSent()) {
                        ), __FILE__, __LINE__
                );
        }
-       loadTemplate('admin_settings_saved', false, '{--SETTINGS_SAVED--}');
+       displayMessage('{--SETTINGS_SAVED--}');
 } else {
        // Is demo login!
-       loadTemplate('admin_settings_saved', false, '{--SETTINGS_NOT_SAVED--}');
+       displayMessage('{--SETTINGS_NOT_SAVED--}');
 }
 
 // [EOF]