Also this ...
[qa.git] / application / qa / starter.php
index 8a7368f3ae2dff42722c9c3d7f9046a0166c7bd7..0b8bec88219253afeb88d3c5255e750e66f10957 100644 (file)
@@ -24,7 +24,7 @@
 
 // Is there an application helper instance? We need the method main() for
 // maining the application
-$app = call_user_func_array(array(FrameworkConfiguration::getSelfInstance()->getConfigEntry('app_helper_class'), 'getInstance'), array());
+$app = call_user_func_array(array(FrameworkConfiguration::getSelfInstance()->getConfigEntry('app_helper_class'), 'getSelfInstance'), array());
 
 // Some sanity checks
 if ((empty($app)) || (is_null($app))) {