]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/mailer/debug/class_DebugMailer.php
User class renamed to Member and it's interface
[shipsimu.git] / inc / classes / main / mailer / debug / class_DebugMailer.php
index 6a93267b474a837f61ce4b8ba44c157f66651295..9e2aea10a43d54312d1a83b1373064dcda1c2f13 100644 (file)
@@ -78,7 +78,7 @@ class DebugMailer extends BaseMailer implements DeliverableMail {
                        // Walk through all recipients and "sent", or better print, it out
                        foreach ($recipientList['recipients'] as $recipientInstance) {
                                // The recipient should be a user instance, right?
-                               if ($recipientInstance instanceof ManageableUser) {
+                               if ($recipientInstance instanceof ManageableMember) {
                                        // User class found, so entry is valid, first load the template
                                        $this->loadTemplate($templateName);