X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Factions%2Fweb%2Fclass_WebLoginProfileAction.php;h=1ce176d67f6dc445881f5339104969298867b9d7;hp=0f381bf08ad6137f62007ff125ae45bd4f48d7a9;hb=1ee35e6d96c456b8e3499bd683f1647aa28bd501;hpb=361e6320e50a8bb1a3ccb675388b8042361669ae diff --git a/inc/classes/main/actions/web/class_WebLoginProfileAction.php b/inc/classes/main/actions/web/class_WebLoginProfileAction.php index 0f381bf0..1ce176d6 100644 --- a/inc/classes/main/actions/web/class_WebLoginProfileAction.php +++ b/inc/classes/main/actions/web/class_WebLoginProfileAction.php @@ -2,11 +2,11 @@ /** * An action for the profile page in login area * - * @author Roland Haeder + * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007 - 2009 Roland Haeder, this is free software + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2014 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 @@ -38,7 +38,7 @@ class WebLoginProfileAction extends BaseAction implements Commandable, Registera * @param $resolverInstance An instance of an action resolver * @return $actionInstance An instance of this action class */ - public final static function createWebLoginProfileAction (ActionResolver $resolverInstance) { + public static final function createWebLoginProfileAction (ActionResolver $resolverInstance) { // Get a new instance $actionInstance = new WebLoginProfileAction();