Double-quotes rewritten to single-quotes
[mailer.git] / application / mxchange / data.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()
 );