[Pkg-owncloud-commits] [php-sabredav] 166/220: CS
David Prévot
taffit at moszumanska.debian.org
Thu May 12 01:21:23 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository php-sabredav.
commit 70e65f30c19164ec74446665911c9afb7412d1dc
Author: Evert Pot <me at evertpot.com>
Date: Mon Apr 18 15:29:59 2016 +0800
CS
---
lib/DAV/Auth/Backend/AbstractDigest.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/DAV/Auth/Backend/AbstractDigest.php b/lib/DAV/Auth/Backend/AbstractDigest.php
index 5d583e1..85c5f30 100644
--- a/lib/DAV/Auth/Backend/AbstractDigest.php
+++ b/lib/DAV/Auth/Backend/AbstractDigest.php
@@ -156,7 +156,7 @@ abstract class AbstractDigest implements BackendInterface {
);
$auth->init();
- $oldStatus = $response->getStatus() ? : 200;
+ $oldStatus = $response->getStatus() ?: 200;
$auth->requireLogin();
// Preventing the digest utility from modifying the http status code,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-php/php-sabredav.git
More information about the Pkg-owncloud-commits
mailing list