From ede732577227ec814577f638ebfa3b2b84595041 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 6 May 2014 19:09:03 +0200 Subject: fix broken if --- lib/private/appframework/http/dispatcher.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/private/appframework/http') 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; -- cgit v1.2.3