X-Git-Url: https://git.mxchange.org/?p=qa.git;a=blobdiff_plain;f=application%2Fqa%2Fstarter.php;fp=application%2Fqa%2Fstarter.php;h=0b8bec88219253afeb88d3c5255e750e66f10957;hp=8a7368f3ae2dff42722c9c3d7f9046a0166c7bd7;hb=df9cb9f6b55b6a317a148c8cbc51391b68ee1649;hpb=504dfa76a004fb47ee258b9a0c79ed1fc56fda35 diff --git a/application/qa/starter.php b/application/qa/starter.php index 8a7368f..0b8bec8 100644 --- a/application/qa/starter.php +++ b/application/qa/starter.php @@ -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))) {