]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/resolver/command/html/class_HtmlCommandResolver.php
Continued:
[core.git] / framework / main / classes / resolver / command / html / class_HtmlCommandResolver.php
index df9262af0ba7d6e139bd9444e09a0a4dad029f75..93c04fe2608eb2bc2971b96bf3236d13c8147b7a 100644 (file)
@@ -73,9 +73,6 @@ class HtmlCommandResolver extends BaseCommandResolver implements CommandResolver
                        throw new InvalidCommandException(array($resolverInstance, $commandName), self::EXCEPTION_INVALID_COMMAND);
                }
 
-               // Set the application instance
-               $resolverInstance->setApplicationInstance($applicationInstance);
-
                // Return the prepared instance
                return $resolverInstance;
        }