]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/filter/update/class_UserUpdateFilter.php
Updated copyright:
[core.git] / inc / classes / main / filter / update / class_UserUpdateFilter.php
index 8ebd1ee1dd3ba89ea4f63cc4cbb34b394c4af1c4..c9a054db76f43f5101a475b2e132dfc8ad91e72d 100644 (file)
@@ -3,11 +3,11 @@
  * A filter for updating the user account like last activity, last action
  * performed and so on.
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 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
@@ -38,7 +38,7 @@ class UserUpdateFilter extends BaseFilter implements Filterable {
         *
         * @return      $filterInstance                 An instance of this filter class
         */
-       public final static function createUserUpdateFilter () {
+       public static final function createUserUpdateFilter () {
                // Get a new instance
                $filterInstance = new UserUpdateFilter();