From: Roland Häder <roland@mxchange.org>
Date: Sun, 22 Apr 2012 20:17:19 +0000 (+0000)
Subject: Fixed all getSelfInstance
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a2d486b97d98605221b4f95e988c1b4d560bd168;p=admin.git

Fixed all getSelfInstance
---

diff --git a/application/admin/class_ApplicationHelper.php b/application/admin/class_ApplicationHelper.php
index 90b6e64..965cfa3 100644
--- a/application/admin/class_ApplicationHelper.php
+++ b/application/admin/class_ApplicationHelper.php
@@ -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();