X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=index.php;fp=index.php;h=3cca6d52f2f0ac6a4f0dac63d963a25bf24d2e23;hp=c0671792f6534f571bac0bfcdd99cb5e8c8f028b;hb=d5dc929cca6a35725ff7af3446e2764e6c739d81;hpb=da5291226d3b33102754943711ba4d6e29376ebe diff --git a/index.php b/index.php index c0671792..3cca6d52 100644 --- a/index.php +++ b/index.php @@ -261,10 +261,10 @@ final class ApplicationEntryPoint { require self::detectFrameworkPath() . 'bootstrap/bootstrap.inc.php'; /* - * Initial bootstrap is done, continue with checking parameters and + * Initial bootstrap is done, continue with parsing parameters and * look for 'app'. */ - FrameworkBootstrap::checkParameters(); + FrameworkBootstrap::parseParameters(); } }