]> git.mxchange.org Git - install.git/commitdiff
Fixed all getSelfInstance
authorRoland Häder <roland@mxchange.org>
Sun, 22 Apr 2012 20:17:41 +0000 (20:17 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 22 Apr 2012 20:17:41 +0000 (20:17 +0000)
application/install/class_ApplicationHelper.php

index 3e48f7522fa04558f78b72d578e7d6340aca3198..8643faa61ac9bfc72a90624b561a9ce9c29d4128 100644 (file)
@@ -80,7 +80,7 @@ class ApplicationHelper extends BaseApplication implements ManageableApplication
         *
         * @return      $selfInstance   An instance of this class
         */
-       public static final function getInstance () {
+       public static final function getSelfInstance () {
                // Is the instance there?
                if (is_null(self::$selfInstance)) {
                        self::$selfInstance = new ApplicationHelper();