]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/commands/image/class_ImageCodeCaptchaCommand.php
Login area extended and misc things changed:
[shipsimu.git] / inc / classes / main / commands / image / class_ImageCodeCaptchaCommand.php
index 7a735af1a613639f9f24e3916e1883cfe9873e5b..1ece666e970440e723579c5b32c74204c28356d7 100644 (file)
@@ -73,7 +73,7 @@ class ImageCodeCaptchaCommand extends BaseCommand implements Commandable {
                $appInstance = $this->getResolverInstance()->getApplicationInstance();
 
                // Prepare a template instance
-               $templateInstance = $this->prepareTemplateEngine($appInstance);
+               $templateInstance = $this->prepareTemplateInstance($appInstance);
 
                // Assign variable
                $templateInstance->assignVariable('decrypted_code', $decryptedCode);