]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/commands/html/class_HtmlLoginAreaCommand.php
Continued:
[core.git] / framework / main / classes / commands / html / class_HtmlLoginAreaCommand.php
index be32e26a69bda21af457272715a88a434bb7951f..6ec51ebb0146c87ac12b94a3c8825a9a912ce578 100644 (file)
@@ -97,7 +97,7 @@ class HtmlLoginAreaCommand extends BaseCommand implements Commandable {
                if ($actionInstance instanceof PerformableAction) {
                        // Execute the action (shall not output anything, see below why)
                        $actionInstance->execute($requestInstance, $responseInstance);
-               } // END - if
+               }
 
                // Get the application instance
                $applicationInstance = GenericRegistry::getRegistry()->getInstance('application');