X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=application%2Fship-simu%2Fmain%2Factions%2Fweb%2Fclass_WebShipSimuLogin;h=d60f44259fab82c0ab60db41b435245b429fb88b;hp=ad2f1ccaff1e4a50c10b525d6d74dd4b2fb5735b;hb=4f70843ae8428f051d70ccff5bb43fc4c03dda8d;hpb=d0fec7e5d36612e80b0cf5cbc9af08909664bb0c diff --git a/application/ship-simu/main/actions/web/class_WebShipSimuLogin b/application/ship-simu/main/actions/web/class_WebShipSimuLogin index ad2f1cc..d60f442 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 * @@ -21,7 +21,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -class WebShipSimuLogin???Action extends BaseAction implements Commandable, Registerable { +class WebShipSimuLogin???Action extends BaseShipSimuAction implements Commandable, Registerable { /** * Protected constructor * @@ -58,7 +58,10 @@ class WebShipSimuLogin???Action extends BaseAction implements Commandable, Regis * @todo 0% done */ public function execute (Requestable $requestInstance, Responseable $responseInstance) { - // Unfinished method + // Execute parent method + parent::execute($requestInstance, $responseInstance); + + // Add your code here } /**