Fixed getSelfInstance
[mailer.git] / application / mailer / class_ApplicationHelper.php
index ed334f936c063906fd94aab2501ca87c95a12ee4..5762ce3911f9c206e10aadeab27c433b0b9f1c0d 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();