]> git.mxchange.org Git - mailer.git/commitdiff
Fixed getSelfInstance
authorRoland Häder <roland@mxchange.org>
Sun, 22 Apr 2012 20:19:34 +0000 (20:19 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 22 Apr 2012 20:19:34 +0000 (20:19 +0000)
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();