]> git.mxchange.org Git - hub.git/commitdiff
Also this ...
authorRoland Häder <roland@mxchange.org>
Tue, 8 Nov 2011 10:18:10 +0000 (10:18 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 8 Nov 2011 10:18:10 +0000 (10:18 +0000)
application/hub/data.php
application/hub/starter.php

index 3eb6ad9d8b783d257d37e97415601cc945a4ad6c..c4e77207053e90619a8536416a8d8325fcd9b00e 100644 (file)
@@ -30,7 +30,7 @@ $cfg = FrameworkConfiguration::getSelfInstance();
 
 // Get an instance of the helper
 $app = call_user_func_array(
-       array($cfg->getConfigEntry('app_helper_class'), 'getInstance'),
+       array($cfg->getConfigEntry('app_helper_class'), 'getSelfInstance'),
        array()
 );
 
index 3c9768e0ee6287ecf5524bc509109e267cf0a700..09790cd298c36de1b2ed3a9d10ec39970fcffb20 100644 (file)
@@ -26,7 +26,7 @@
 // maining the application
 $app = call_user_func_array(
        array(
-               FrameworkConfiguration::getSelfInstance()->getConfigEntry('app_helper_class'), 'getInstance'
+               FrameworkConfiguration::getSelfInstance()->getConfigEntry('app_helper_class'), 'getSelfInstance'
        ), array()
 );