X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=application%2Fship-simu%2Fmain%2Factions%2Fweb%2Fclass_WebShipSimuLogin;h=9525d1916c09cd578bcd045874c53ccdc237ad34;hp=99b2e56dfa88855d5a72bd109fa79f9f5862be23;hb=2b7c3e43b2fe0f3c5ae0455d13fa7743b638049f;hpb=ddac7be24465ecb1d885b3686a3037f10e2aec46 diff --git a/application/ship-simu/main/actions/web/class_WebShipSimuLogin b/application/ship-simu/main/actions/web/class_WebShipSimuLogin index 99b2e56..9525d19 100644 --- a/application/ship-simu/main/actions/web/class_WebShipSimuLogin +++ b/application/ship-simu/main/actions/web/class_WebShipSimuLogin @@ -4,7 +4,7 @@ * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, this is free software + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 Ship-Simu Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.ship-simu.org * @@ -70,7 +70,8 @@ class WebShipSimuLogin???Action extends BaseAction implements Commandable, Regis * @todo Add some filters here */ public function addExtraFilters (Controller $controllerInstance, Requestable $requestInstance) { - // Unfinished method + // Check for user status by default + $controllerInstance->addPreFilter(ObjectFactory::createObjectByConfiguredName('user_status_filter')); } }