Fix for getSelfInstance
[shipsimu.git] / application / selector / class_ApplicationHelper.php
index 257fbbba216327f1fac86c237b6a56cd37935bc7..5c69c52656106656206ec340845516f54a5d2739 100644 (file)
@@ -80,7 +80,7 @@ class ApplicationHelper extends BaseApplication implements ManageableApplication
         *
         * @return      $selfInstance   An instance of this class
         */
-       public final static function getInstance () {
+       public final static function getSelfInstance () {
                // Is the instance there?
                if (is_null(self::$selfInstance)) {
                        self::$selfInstance = new ApplicationHelper();