- XHTML errors/warnings fixed in some pages
[shipsimu.git] / application / ship-simu / main / actions / web / class_WebShipSimuLoginRefillAction.php
index 8d02747ef8b4ee2b753d0e5c0a605e2db397920a..8c4c00436812e4e9cbcb4dec0c94cb7b45b4d826 100644 (file)
@@ -69,6 +69,9 @@ class WebShipSimuLoginRefillAction extends BaseAction implements Commandable, Re
         * @return      void
         */
        public function addExtraFilters (Controller $controllerInstance, Requestable $requestInstance) {
+               // Check for user status by default
+               $controllerInstance->addPreFilter(ObjectFactory::createObjectByConfiguredName('user_status_filter'));
+
                // Is the refill page active?
                $controllerInstance->addPreFilter(ObjectFactory::createObjectByConfiguredName('refill_page_filter'));