X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=framework%2Fmain%2Fclasses%2Fresolver%2Fcommand%2Fhtml%2Fclass_HtmlCommandResolver.php;h=93c04fe2608eb2bc2971b96bf3236d13c8147b7a;hb=e137daa3a06f4b9e3767db913854c609383e8533;hp=df9262af0ba7d6e139bd9444e09a0a4dad029f75;hpb=b002c5909aa0f781505dde5414964b0f014cde01;p=core.git diff --git a/framework/main/classes/resolver/command/html/class_HtmlCommandResolver.php b/framework/main/classes/resolver/command/html/class_HtmlCommandResolver.php index df9262af..93c04fe2 100644 --- a/framework/main/classes/resolver/command/html/class_HtmlCommandResolver.php +++ b/framework/main/classes/resolver/command/html/class_HtmlCommandResolver.php @@ -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; }