Double-quotes rewritten to single-quotes
authorRoland Häder <roland@mxchange.org>
Tue, 24 Mar 2009 10:26:48 +0000 (10:26 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 24 Mar 2009 10:26:48 +0000 (10:26 +0000)
application/mxchange/data.php
application/mxchange/starter.php

index e767ef0adce51227009085d5fac70b3900cdb552..1923385669698031ded7ad10ccabcde52839baae 100644 (file)
@@ -38,7 +38,7 @@ $cfg = FrameworkConfiguration::getInstance();
 
 // Get an instance of the helper
 $app = call_user_func_array(
 
 // Get an instance of the helper
 $app = call_user_func_array(
-       array($cfg->readConfig('app_helper_class'), "getInstance"),
+       array($cfg->readConfig('app_helper_class'), 'getInstance'),
        array()
 );
 
        array()
 );
 
index c5ed583d91406510aaf251789686e8c69ab7cd67..4586718874d83dc0ae9d25e3a7fa58678429500f 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::getInstance()->readConfig('app_helper_class'), "getInstance"), array());
+$app = call_user_func_array(array(FrameworkConfiguration::getInstance()->readConfig('app_helper_class'), 'getInstance'), array());
 
 // Some sanity checks
 if ((empty($app)) || (is_null($app))) {
 
 // Some sanity checks
 if ((empty($app)) || (is_null($app))) {