X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fsponsor%2Faccount.php;h=118d92e9c7acd1832e38e37ede579ad55d141b78;hp=df502765f8a09126409c34823ce94f3da758b227;hb=c4823d28fd0bd22250b16d73f2034f36fc54abda;hpb=9725980ca9c052e5c1a9edb8b815e8506b876448 diff --git a/inc/modules/sponsor/account.php b/inc/modules/sponsor/account.php index df502765f8..118d92e9c7 100644 --- a/inc/modules/sponsor/account.php +++ b/inc/modules/sponsor/account.php @@ -141,7 +141,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'))); }