]> git.mxchange.org Git - hub.git/blobdiff - application/hub/data.php
Double-quotes rewritten to single-quotes
[hub.git] / application / hub / data.php
index 932d4535665e84dd10d79475ccd472f84d4d057e..fba94cf90b80b354749c7d2fbae060087672af4c 100644 (file)
@@ -38,7 +38,7 @@ $cfg = FrameworkConfiguration::getInstance();
 
 // 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()
 );