]> git.mxchange.org Git - hub.git/blobdiff - application/hub/class_ApplicationHelper.php
'public static final' is the right thing, some variables renamed to make clear what...
[hub.git] / application / hub / class_ApplicationHelper.php
index 523c39cfd6da58eb9d0de518197e2510015a2541..c2ee626949cc9f1f925691cf5a6836e2c4ba4b79 100644 (file)
@@ -74,7 +74,7 @@ class ApplicationHelper extends BaseFrameworkSystem implements ManageableApplica
         *
         * @return      $thisInstance   An instance of this class
         */
-       public final static function getInstance () {
+       public static final function getInstance () {
                // Is the instance there?
                if (is_null(self::$thisInstance)) {
                        self::$thisInstance = new ApplicationHelper();