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

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