Packager script for latest dev version added, misc fixes, captcha verifier filter...
[shipsimu.git] / inc / classes / main / commands / web / class_WebResendLinkCommand.php
index 887712e75f078900c01dde9d9d40cc04ae86746d..b24e7d6d2186ddc6442f3c2f7da3ed1bb67c2c7d 100644 (file)
@@ -73,7 +73,7 @@ class WebResendLinkCommand extends BaseCommand implements Commandable {
                $mailerInstance = ObjectFactory::createObjectByConfiguredName('mailer_class');
 
                // Load the mail template
-               $mailerInstance->loadTemplate("resend_link");
+               $mailerInstance->loadTemplate('resend_link');
 
                // Add the recipient
                $mailerInstance->addRecipientByUser($userInstance);