X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=inc%2Fselector.php;h=7af8aa06056930c71b21265d9898aca8fb9c3539;hp=23acabec7e0b0762217fb48c040c449648d9dea1;hb=f090ddd80669edddadcf4d682384532d93ce1fff;hpb=3de190d440affe43a473a592633d54f571dbb650 diff --git a/inc/selector.php b/inc/selector.php index 23acabe..7af8aa0 100644 --- a/inc/selector.php +++ b/inc/selector.php @@ -52,11 +52,11 @@ $application = preg_replace('/([^a-z_-])+/i', "", $application); $configAppIncludes = array( sprintf("class_%s", FrameworkConfiguration::getInstance()->readConfig("app_helper_class")), // The ApplicationHelper class "config", // The application's own configuration - "init", // The application initializer - "loader", // The application's class loader + "init", // The application initializer + "loader", // The application's class loader "debug", // Some debugging stuff "exceptions", // The application's own exception handler - "starter", // The application starter (calls entryPoint(), etc.) + "starter", // The application starter (calls entryPoint(), etc.) ); // Load them all (try only)