]> git.mxchange.org Git - admin.git/blobdiff - application/admin/class_ApplicationHelper.php
Fixed all getSelfInstance
[admin.git] / 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();