summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/private/appframework/http/dispatcher.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/appframework/http/dispatcher.php b/lib/private/appframework/http/dispatcher.php
index 9015d650250..dcc0ff05f7d 100644
--- a/lib/private/appframework/http/dispatcher.php
+++ b/lib/private/appframework/http/dispatcher.php
@@ -138,7 +138,7 @@ class Dispatcher {
(
$this->request->method === 'GET' ||
strpos($this->request->getHeader('Content-Type'),
- 'application/x-www-form-urlencoded') !== false)
+ 'application/x-www-form-urlencoded') !== false
)
) {
$value = false;