]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/controller/form/class_WebDoFormController.php
Actions (so called sub-commands) may now have own pre/post filter, profile update...
[shipsimu.git] / inc / classes / main / controller / form / class_WebDoFormController.php
index 42171a600a2618f2049446ec0652104f1af0f6ff..4d6a0b19e4a9290b94aca56dbe71164e0a9850ae 100644 (file)
@@ -73,7 +73,7 @@ class WebDoFormController extends BaseController implements Controller {
                $commandInstance = $this->getResolverInstance()->resolveCommand($formAction);
 
                // Add more filters by the command
-               $commandInstance->addExtraFilters($this);
+               $commandInstance->addExtraFilters($this, $requestInstance);
 
                // Try to run the pre filters, if auth exceptions come through redirect here
                try {