From: Roland Häder Date: Tue, 8 Nov 2011 10:18:14 +0000 (+0000) Subject: Also this ... X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=b0e82f39ea9c594712700499fdb9a44b8befca22;hp=28083ea19d5696b6b04c41b41023db432158d641 Also this ... --- diff --git a/application/mailer/data.php b/application/mailer/data.php index ca39154825..e4df8d74f0 100644 --- a/application/mailer/data.php +++ b/application/mailer/data.php @@ -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() ); 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))) {