[Pkg-owncloud-commits] [php-sabredav] 84/163: cosmetic
David Prévot
taffit at moszumanska.debian.org
Tue May 20 18:54:56 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag upstream/2.0.0_beta1
in repository php-sabredav.
commit dbbc25cb348b0f2ddaf76b99b581a008b5be0cc3
Author: Evert Pot <evert at rooftopsolutions.nl>
Date: Thu Apr 17 20:08:14 2014 -0400
cosmetic
---
ChangeLog.md | 3 ++-
lib/Sabre/CalDAV/Backend/PDO.php | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/ChangeLog.md b/ChangeLog.md
index 3af608d..2f95cea 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -12,7 +12,8 @@ ChangeLog
* Fixed: Issue #422 Preconditions were not being set on PUT on non-existant
files. Not really a chance for data-loss, but incorrect nevertheless.
* Fixed: Issue #428: Etag check with `If:` fails if the target is a collection.
-* Fixed: Issues #430, #431, #433: Locks plugin didn't not properly release filesystem based locks.
+* Fixed: Issues #430, #431, #433: Locks plugin didn't not properly release
+ filesystem based locks.
* Removed: `Sabre\DAV\Server::NODE_*` constants.
* Moved all precondition checking into a central place, instead of having to
think about it on a per-method basis.
diff --git a/lib/Sabre/CalDAV/Backend/PDO.php b/lib/Sabre/CalDAV/Backend/PDO.php
index 35c6e0f..5ca22fd 100644
--- a/lib/Sabre/CalDAV/Backend/PDO.php
+++ b/lib/Sabre/CalDAV/Backend/PDO.php
@@ -1016,7 +1016,7 @@ class PDO extends AbstractBackend implements SyncSupport, SubscriptionSupport {
$supportedProperties = array_keys($this->subscriptionPropertyMap);
$supportedProperties[] = '{http://calendarserver.org/ns/}source';
-
+
$propPatch->handle($supportedProperties, function($mutations) use ($subscriptionId) {
$newValues = [];
--
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