X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=index.php;h=79e7ce8ccd5b73f32998b5060dbafbe8f9e8bce5;hb=28ff0710d8eb3a2d0c1547d6ebeaae05eb50c7f6;hp=6ac80114c620f1866619a5953e47d4288b08ac4f;hpb=24814f48bc7bad92f55e8763bf3f657fb41b131d;p=core.git diff --git a/index.php b/index.php index 6ac80114..79e7ce8c 100644 --- a/index.php +++ b/index.php @@ -1,15 +1,15 @@ * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2017 Core Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2020 Core Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.shipsimu.org * @@ -132,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