]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/actions/web/class_WebLoginMoneyRefillAction.php
Filters added to refill form command
[shipsimu.git] / application / ship-simu / main / actions / web / class_WebLoginMoneyRefillAction.php
index 7f63754e36fca15112b554773864c819551b9d86..543d3fe3313706a0347c28924515bea65d5c8376 100644 (file)
@@ -71,6 +71,8 @@ class WebLoginMoneyRefillAction extends BaseAction implements Commandable, Regis
        public function addExtraFilters (Controller $controllerInstance, Requestable $requestInstance) {
                // Add user status filter here
                $controllerInstance->addPreFilter(ObjectFactory::createObjectByConfiguredName('user_status_class'));
+
+               // Is the refill page active?
                $controllerInstance->addPreFilter(ObjectFactory::createObjectByConfiguredName('refill_page_class'));
        }
 }