X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=application%2Fship-simu%2Fmain%2Factions%2Fweb%2Fclass_WebShipSimuLoginRefillAction.php;h=8d02747ef8b4ee2b753d0e5c0a605e2db397920a;hb=ddac7be24465ecb1d885b3686a3037f10e2aec46;hp=fc25b9501d853d7a06de9fc7cfc3f5cd259e8f10;hpb=6d61b430c9bc33861d130064f049d3e1e80f089b;p=shipsimu.git diff --git a/application/ship-simu/main/actions/web/class_WebShipSimuLoginRefillAction.php b/application/ship-simu/main/actions/web/class_WebShipSimuLoginRefillAction.php index fc25b95..8d02747 100644 --- a/application/ship-simu/main/actions/web/class_WebShipSimuLoginRefillAction.php +++ b/application/ship-simu/main/actions/web/class_WebShipSimuLoginRefillAction.php @@ -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'));