[Pkg-owncloud-commits] [php-sabredav] 49/66: Fixed Issue #382.
David Prévot
taffit at moszumanska.debian.org
Sat Jan 18 20:08:22 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 7304aec8218b3df4d39e8e750d18782f5c0f2348
Author: Evert Pot <evert at rooftopsolutions.nl>
Date: Wed Jan 8 15:55:13 2014 +0100
Fixed Issue #382.
---
lib/Sabre/CalDAV/Plugin.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/Sabre/CalDAV/Plugin.php b/lib/Sabre/CalDAV/Plugin.php
index 5f9e9e6..cdccb93 100644
--- a/lib/Sabre/CalDAV/Plugin.php
+++ b/lib/Sabre/CalDAV/Plugin.php
@@ -644,7 +644,7 @@ class Plugin extends DAV\ServerPlugin {
// If we're dealing with a calendar, the calendar itself is responsible
// for the calendar-query.
- if ($node instanceof ICalendar && $depth = 1) {
+ if ($node instanceof ICalendar && $depth == 1) {
$nodePaths = $node->calendarQuery($parser->filters);
--
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