Code merged from ship-simu repository
[mailer.git] / inc / classes / main / commands / web / class_WebLoginCommand.php
index e02e2b5b8435dd1c0cec7e121cd9b3d2a9b7c918..9726e847897f836ebd31443cbfa97771a613f6b8 100644 (file)
@@ -103,7 +103,7 @@ class WebLoginCommand extends BaseCommand implements Commandable {
                // these two calls to cache compiled templates.
                $templateInstance->compileVariables();
 
-               // Get the content back from the template engine and put it in the response class
+               // Get the content back from the template engine and put it in response class
                $templateInstance->transferToResponse($responseInstance);
        }