[Pkg-owncloud-commits] [php-sabredav] 37/64: add url to calendar object as information
David Prévot
taffit at moszumanska.debian.org
Thu Dec 11 15:13:25 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to tag 2.2.0alpha1
in repository php-sabredav.
commit 0a479562a5d4fb8229dde624f374a6a5a7837147
Author: Armin Hackmann <armin at fruux.com>
Date: Mon Nov 24 14:46:09 2014 +0100
add url to calendar object as information
---
lib/CalDAV/ICSExportPlugin.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/CalDAV/ICSExportPlugin.php b/lib/CalDAV/ICSExportPlugin.php
index ae6746b..b9033fa 100644
--- a/lib/CalDAV/ICSExportPlugin.php
+++ b/lib/CalDAV/ICSExportPlugin.php
@@ -209,7 +209,7 @@ class ICSExportPlugin extends DAV\ServerPlugin {
// Flattening the arrays
foreach($nodes as $node) {
if (isset($node[200][$calDataProp])) {
- $blobs[] = $node[200][$calDataProp];
+ $blobs[$node['href']] = $node[200][$calDataProp];
}
}
unset($nodes);
--
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