Fix for getSelfInstance
[shipsimu.git] / application / ship-simu / class_ApplicationHelper.php
index b50c6a14b06b8a3449e1c59d3850b3adadc33672..ff98b1cfb1793327f58842c7773479da54682520 100644 (file)
@@ -78,9 +78,9 @@ class ApplicationHelper extends BaseApplication implements ManageableApplication
        /**
         * Getter for an instance of this class
         *
-        * @return      $selfInstance           An instance of this class
+        * @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();