]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/actions/web/class_WebShipSimuLoginRefillAction.php
A performed action now always requires an action class
[shipsimu.git] / application / ship-simu / main / actions / web / class_WebShipSimuLoginRefillAction.php
index fc25b9501d853d7a06de9fc7cfc3f5cd259e8f10..8d02747ef8b4ee2b753d0e5c0a605e2db397920a 100644 (file)
@@ -69,9 +69,6 @@ class WebShipSimuLoginRefillAction extends BaseAction implements Commandable, Re
         * @return      void
         */
        public function addExtraFilters (Controller $controllerInstance, Requestable $requestInstance) {
-               // Add user status filter here
-               $controllerInstance->addPreFilter(ObjectFactory::createObjectByConfiguredName('user_status_filter'));
-
                // Is the refill page active?
                $controllerInstance->addPreFilter(ObjectFactory::createObjectByConfiguredName('refill_page_filter'));