[Pkg-owncloud-commits] [php-sabredav] 162/275: Fixing some claustrophobia.
David Prévot
taffit at moszumanska.debian.org
Thu Sep 25 14:56:04 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository php-sabredav.
commit 13d82557bee93b7965f03b38ea221d9eb4fa159a
Author: Evert Pot <me at evertpot.com>
Date: Tue Aug 19 10:32:38 2014 -0400
Fixing some claustrophobia.
---
lib/CalDAV/Plugin.php | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lib/CalDAV/Plugin.php b/lib/CalDAV/Plugin.php
index 01c6db8..8461ea4 100644
--- a/lib/CalDAV/Plugin.php
+++ b/lib/CalDAV/Plugin.php
@@ -215,15 +215,15 @@ class Plugin extends DAV\ServerPlugin {
public function report($reportName,$dom) {
switch($reportName) {
- case '{'.self::NS_CALDAV.'}calendar-multiget' :
+ case '{' . self::NS_CALDAV . '}calendar-multiget' :
$this->server->transactionType = 'report-calendar-multiget';
$this->calendarMultiGetReport($dom);
return false;
- case '{'.self::NS_CALDAV.'}calendar-query' :
+ case '{' . self::NS_CALDAV . '}calendar-query' :
$this->server->transactionType = 'report-calendar-query';
$this->calendarQueryReport($dom);
return false;
- case '{'.self::NS_CALDAV.'}free-busy-query' :
+ case '{' . self::NS_CALDAV . '}free-busy-query' :
$this->server->transactionType = 'report-free-busy-query';
$this->freeBusyQueryReport($dom);
return false;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabredav.git
More information about the Pkg-owncloud-commits
mailing list