]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/controller/login/class_WebLoginAreaController.php
Deug backtraces centralized
[shipsimu.git] / inc / classes / main / controller / login / class_WebLoginAreaController.php
index 7ea4e50d5e77b21e01273de534e40aab913c0c8d..c43c897d2874e98d65b982d0bc9c5263c9d1a196 100644 (file)
@@ -77,6 +77,9 @@ class WebLoginAreaController extends BaseController implements Controller {
         * @return      void
         */
        public function handleRequest (Requestable $requestInstance, Responseable $responseInstance) {
+               // Add more filters by the command
+               $commandInstance->addExtraFilters($this);
+
                // Try to run the pre filters, if auth exceptions come through redirect here
                try {
                        // Run the pre filters