]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/mailer/debug/class_DebugMailer.php
Continued:
[core.git] / framework / main / classes / mailer / debug / class_DebugMailer.php
index d14bfc3e94ae5e51a1a226d1cd6ac3dbf42a0e9c..b9b5a76b8a3780860b62d10b67265a4be949f795 100644 (file)
@@ -85,7 +85,7 @@ class DebugMailer extends BaseMailer implements DeliverableMail {
                                if (!$recipientInstance instanceof ManageableMember) {
                                        // Invalid entry found!
                                        throw new InvalidInterfaceException(array($this, 'ManageableMember'), self::EXCEPTION_REQUIRED_INTERFACE_MISSING);
-                               } // END - if
+                               }
 
                                // User class found, so entry is valid, first load the template
                                $this->loadTemplate($templateName);