[Pkg-owncloud-commits] [owncloud] 28/75: remove 'description' from OC_Connector_Sabre_CalDAV propertyMap

David Prévot taffit at alioth.debian.org
Fri Nov 8 23:08:33 UTC 2013


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

taffit pushed a commit to annotated tag v3.0.1
in repository owncloud.

commit e3dc8140b0d271e18e89d809cd579b35ca4c5ea1
Author: John Kristensen <John.Kristensen at dpipwe.tas.gov.au>
Date:   Wed Oct 12 15:10:59 2011 +1100

    remove 'description' from OC_Connector_Sabre_CalDAV propertyMap
    
     * the description field was removed in commit:
         f3f5d775b519c12e56f4c6db8ca8ccf87c68f19d
       but the field was still trying to be mapped - causing errors with CalDAV
---
 apps/calendar/lib/connector_sabre.php |    1 -
 1 file changed, 1 deletion(-)

diff --git a/apps/calendar/lib/connector_sabre.php b/apps/calendar/lib/connector_sabre.php
index 13a542f..263fb7f 100644
--- a/apps/calendar/lib/connector_sabre.php
+++ b/apps/calendar/lib/connector_sabre.php
@@ -10,7 +10,6 @@ class OC_Connector_Sabre_CalDAV extends Sabre_CalDAV_Backend_Abstract {
 	 */
 	public $propertyMap = array(
 		'{DAV:}displayname'						  => 'displayname',
-		'{urn:ietf:params:xml:ns:caldav}calendar-description' => 'description',
 		'{urn:ietf:params:xml:ns:caldav}calendar-timezone'	=> 'timezone',
 		'{http://apple.com/ns/ical/}calendar-order'  => 'calendarorder',
 		'{http://apple.com/ns/ical/}calendar-color'  => 'calendarcolor',

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list