[Pkg-owncloud-commits] [owncloud] 45/172: fix broken if

David Prévot taffit at moszumanska.debian.org
Sun May 18 20:09:38 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit ede732577227ec814577f638ebfa3b2b84595041
Author: Bernhard Posselt <dev at bernhard-posselt.com>
Date:   Tue May 6 19:09:03 2014 +0200

    fix broken if
---
 lib/private/appframework/http/dispatcher.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/private/appframework/http/dispatcher.php b/lib/private/appframework/http/dispatcher.php
index 9015d65..dcc0ff0 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;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list