]> git.mxchange.org Git - core.git/blobdiff - index.php
renamed to parseParameters() as this method will parse, not just check all
[core.git] / index.php
index c0671792f6534f571bac0bfcdd99cb5e8c8f028b..3cca6d52f2f0ac6a4f0dac63d963a25bf24d2e23 100644 (file)
--- a/index.php
+++ b/index.php
@@ -261,10 +261,10 @@ final class ApplicationEntryPoint {
                require self::detectFrameworkPath() . 'bootstrap/bootstrap.inc.php';
 
                /*
                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'.
                 */
                 * look for 'app'.
                 */
-               FrameworkBootstrap::checkParameters();
+               FrameworkBootstrap::parseParameters();
        }
 }
 
        }
 }