]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-edit_emails.php
Next wave of lesser getMessage() usage and more EL
[mailer.git] / inc / modules / admin / what-edit_emails.php
index b18689ddeb299f100beab2e46d3234afbd41359d..f90c9c1e3b90d791191c2ccabe6bdfe4a9d597c8 100644 (file)
@@ -91,7 +91,7 @@ LIMIT 1",
                        ), __FILE__, __LINE__);
 
                if (SQL_AFFECTEDROWS() == 1) {
-                       $content = getMessage('SETTINGS_SAVED');
+                       $content = '{--SETTINGS_SAVED--}';
                } else {
                        $content = '<span class="admin_failed">{--SETTINGS_NOT_SAVED--}</span>';
                }