]> git.mxchange.org Git - city.git/blobdiff - application/city/classes/controller/html/form/class_CityHtmlDoFormController.php
Continued:
[city.git] / application / city / classes / controller / html / form / class_CityHtmlDoFormController.php
index d9ffedd0b80f017bc59f5b70e2ee6dfbb8950612..5213548096535138aa9a04e8fe11f21cd4788fa1 100644 (file)
@@ -79,7 +79,7 @@ class CityHtmlDoFormController extends BaseController implements Controller {
                $formAction = $requestInstance->getRequestElement('form');
 
                // Get command instance from resolver
-               $commandInstance = $this->getResolverInstance()->resolveCommand($formAction);
+               $commandInstance = $this->getResolverInstance()->resolveCommand('Org\Mxchange\City\Command', $formAction);
 
                // Add more filters by the command
                $commandInstance->addExtraFilters($this, $requestInstance);