[Pkg-owncloud-commits] [php-sabredav] 35/66: Fixed E_NOTICE as reported in #637.

David Prévot taffit at moszumanska.debian.org
Wed May 27 13:56:49 UTC 2015


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

taffit pushed a commit to tag 3.0.0-alpha1
in repository php-sabredav.

commit 6dd9cedfb157e9b090bfea5ff82665908d16baf2
Author: Evert Pot <me at evertpot.com>
Date:   Wed Apr 22 14:24:45 2015 -0400

    Fixed E_NOTICE as reported in #637.
---
 lib/CalDAV/Plugin.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/CalDAV/Plugin.php b/lib/CalDAV/Plugin.php
index 53a8cdf..d6b4632 100644
--- a/lib/CalDAV/Plugin.php
+++ b/lib/CalDAV/Plugin.php
@@ -421,6 +421,7 @@ class Plugin extends DAV\ServerPlugin {
         $needsJson = $report->contentType === 'application/calendar+json';
 
         $timeZones = [];
+        $propertyList = [];
 
         foreach($this->server->getPropertiesForMultiplePaths($report->hrefs, $report->properties) as $uri=>$objProps) {
 

-- 
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