Also this ...
[qa.git] / application / qa / data.php
index b54ee95582ebd58321e783bf646ca09c56b23dd1..ff190bab32d6a5afae9b290003ece1bc2ac3b977 100644 (file)
@@ -38,7 +38,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()
 );