X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fcommands%2Fweb%2Fclass_WebLoginAreaCommand.php;h=5a364e5ee79401d1e64f5abf8748b4ddc725bdd4;hp=54aa15b635fb338a0e1a78239bc4b0fb5ce03f44;hb=d26e71af1e28dc1429823bdec244df6303f9b2fb;hpb=ec6bb7da038135934f0d5abfcb82a7a7780945a4 diff --git a/inc/classes/main/commands/web/class_WebLoginAreaCommand.php b/inc/classes/main/commands/web/class_WebLoginAreaCommand.php index 54aa15b6..5a364e5e 100644 --- a/inc/classes/main/commands/web/class_WebLoginAreaCommand.php +++ b/inc/classes/main/commands/web/class_WebLoginAreaCommand.php @@ -2,11 +2,11 @@ /** * A command for the login area (member/gamer area) * - * @author Roland Haeder + * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2011 Core Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Core Developer Team * @license GNU GPL 3.0 or any newer version - * @link http://www.ship-simu.org + * @link http://www.shipsimu.org * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -160,7 +160,7 @@ class WebLoginAreaCommand extends BaseCommand implements Commandable { */ public function addExtraFilters (Controller $controllerInstance, Requestable $requestInstance) { // Default is no action - $actionInstance = null; + $actionInstance = NULL; // Get registry $registryInstance = Registry::getRegistry();