X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=index.php;h=e3c5da87df742caed7a31be487ec3306d16460a3;hp=c5ab7dd84aa667e4ab04a4e84428395338562344;hb=6bf60b1accb36abe10787a06fc4d663f0c78efa9;hpb=2eac7fa61bc152da2e962d55e3a44e56faa12f93 diff --git a/index.php b/index.php index c5ab7dd8..e3c5da87 100644 --- a/index.php +++ b/index.php @@ -1,16 +1,15 @@ getConfigEntry('product_install_mode') == 'productive') || ($silentMode === true)) { @@ -133,12 +132,12 @@ final class ApplicationEntryPoint { $applicationInstance = NULL; // Is the class there? - if (class_exists('CoreFramework\Helper\Application\ApplicationHelper')) { + if (class_exists('Org\Mxchange\CoreFramework\Helper\Application\ApplicationHelper')) { // Get application instance $applicationInstance = ApplicationHelper::getSelfInstance(); // Assign application data - $templateInstance->assignApplicationData($applicationInstance); + $templateInstance->assignApplicationData(); } // END - if // We only try this