]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/sponsor/settings.php
Template engine fixed:
[mailer.git] / inc / modules / sponsor / settings.php
index b93b8030585e2656ba04944c45d58be85a482c7b..d4bc9345394a7b4df8d88d889039e3df3c4b8dad 100644 (file)
@@ -119,7 +119,7 @@ if (SQL_NUMROWS($result) == 1) {
                $GLOBALS['sponsor_output'] = loadTemplate('admin_settings_saved', true, getMaskedMessage('SPONSOR_ACCOUNT_FAILED', $STATUS));
        }
 } else {
-       // Sponsor account not found!
+       // Sponsor account not found
        $GLOBALS['sponsor_output'] = loadTemplate('admin_settings_saved', true, getMaskedMessage('SPONSOR_ACCOUNT_404', getSession('sponsor_id')));
 }