]> git.mxchange.org Git - friendica.git/blobdiff - src/App/Router.php
Use rawContent for Special Options to avoid a protected options() method
[friendica.git] / src / App / Router.php
index fd1cec362ff2947459dc9f8e2c750173a0f6e3fd..c21dfd44d9bbca290665a76c41da9c213a8f0b97 100644 (file)
@@ -262,7 +262,7 @@ class Router
 
                $this->parameters = [];
 
-               // Check if the HTTP method ist OPTIONS and return the special Options Module with the possible HTTP methods
+               // Check if the HTTP method is OPTIONS and return the special Options Module with the possible HTTP methods
                if ($this->args->getMethod() === static::OPTIONS) {
                        $routeOptions = $dispatcher->getOptions($cmd);