]> git.mxchange.org Git - admin.git/blobdiff - application/admin/data.php
Also this ...
[admin.git] / application / admin / data.php
index b06d50519693579c54ba4f6c87c9bd685075a92f..ae32fff43e39a3a8ed16a11de211fa48da632f67 100644 (file)
  */
 
 // Get config instance
  */
 
 // Get config instance
-$cfg = FrameworkConfiguration::getInstance();
+$cfg = FrameworkConfiguration::getSelfInstance();
 
 // Get an instance of the helper
 $app = call_user_func_array(
 
 // 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()
 );
 
        array()
 );