As of a good naming convention, do not short-cut variables
[core.git] / inc / classes / main / commands / image / class_ImageCodeCaptchaCommand.php
index becf112429cddd1d63df4f2e8f9dc0e4c0c4a795..f44f13b1364b8b7b3f63b4c747b887145689b4ec 100644 (file)
@@ -61,10 +61,10 @@ class ImageCodeCaptchaCommand extends BaseCommand implements Commandable {
                $decryptedCode = $requestInstance->getRequestElement('decrypted');
 
                // Get the application instance
-               $appInstance = $this->getResolverInstance()->getApplicationInstance();
+               $applicationInstance = $this->getResolverInstance()->getApplicationInstance();
 
                // Prepare a template instance
-               $templateInstance = $this->prepareTemplateInstance($appInstance);
+               $templateInstance = $this->prepareTemplateInstance($applicationInstance);
 
                // Assign variable
                $templateInstance->assignVariable('decrypted_code', $decryptedCode);