Also this ...
[admin.git] / application / admin / data.php
index d2e89042f6e734bdf60ba58ec9fa7a96f73ae830..ae32fff43e39a3a8ed16a11de211fa48da632f67 100644 (file)
  */
 
 // Get config instance
-$cfg = FrameworkConfiguration::getInstance();
+$cfg = FrameworkConfiguration::getSelfInstance();
 
 // Get an instance of the helper
 $app = call_user_func_array(
-       array($cfg->readConfig('app_helper_class'), 'getInstance'),
+       array($cfg->getConfigEntry('app_helper_class'), 'getSelfInstance'),
        array()
 );