Also this ...
authorRoland Häder <roland@mxchange.org>
Tue, 8 Nov 2011 10:18:14 +0000 (10:18 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 8 Nov 2011 10:18:14 +0000 (10:18 +0000)
application/mailer/data.php
application/mailer/starter.php

index ca3915482524cc5cb8d1f8d7c00eae17a7e88537..e4df8d74f0f3b03b54ac78ae5efff9ef2f5d3b22 100644 (file)
@@ -38,7 +38,7 @@ $cfg = FrameworkConfiguration::getSelfInstance();
 
 // Get an instance of the helper
 $app = call_user_func_array(
 
 // 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()
 );
 
        array()
 );
 
index 0f231105e84dddaafee14429982dd52a10d75698..597a6a32b447dce34969a936c0ff2b61c8d251c3 100644 (file)
@@ -24,7 +24,7 @@
 
 // Is there an application helper instance? We need the method main() for
 // maining the application
 
 // 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))) {
 
 // Some sanity checks
 if ((empty($app)) || (is_null($app))) {