X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=application%2Fmailer%2Fstarter.php;fp=application%2Fmailer%2Fstarter.php;h=597a6a32b447dce34969a936c0ff2b61c8d251c3;hp=0f231105e84dddaafee14429982dd52a10d75698;hb=b0e82f39ea9c594712700499fdb9a44b8befca22;hpb=28083ea19d5696b6b04c41b41023db432158d641 diff --git a/application/mailer/starter.php b/application/mailer/starter.php index 0f231105e8..597a6a32b4 100644 --- a/application/mailer/starter.php +++ b/application/mailer/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))) {