]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-repair_gmnu.php
Typo in method name fixed
[mailer.git] / inc / modules / admin / what-repair_gmnu.php
index ba12064c5ad7228f9f8aad027917eb4502f3ba60..d2d4a027c8b44c1d1b46269903f7c1c8eebe7331 100644 (file)
@@ -18,6 +18,7 @@
  * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
+ * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
  * For more information visit: http://www.mxchange.org                  *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -81,7 +82,7 @@ foreach ($ACTIONS as $action) {
 
 // Repair finished
 if ($REP > 0) {
-       $message = sprintf(getMessage('ADMIN_REPAIR_ENTRIES_FIXED'), $REP);
+       $message = getMaskedMessage('ADMIN_REPAIR_ENTRIES_FIXED', $REP);
 } else {
        $message = getMessage('ADMIN_REPAIR_NOTHING_FIXED');
 }