[Pkg-owncloud-commits] [php-sabredav] 03/42: Swapped table names by accident.

David Prévot taffit at moszumanska.debian.org
Fri Nov 28 22:47:46 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 c50044dbd8246b5eb89366f2cc7e561442d8d630
Author: Evert Pot <me at evertpot.com>
Date:   Thu Oct 23 22:35:55 2014 -0400

    Swapped table names by accident.
---
 lib/CalDAV/Backend/PDO.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/CalDAV/Backend/PDO.php b/lib/CalDAV/Backend/PDO.php
index 001d1b2..08d41a3 100644
--- a/lib/CalDAV/Backend/PDO.php
+++ b/lib/CalDAV/Backend/PDO.php
@@ -63,14 +63,14 @@ class PDO extends AbstractBackend implements SyncSupport, SubscriptionSupport, S
      *
      * @var string
      */
-    public $schedulingObjectTableName = 'calendarsubscriptions';
+    public $schedulingObjectTableName = 'schedulingobjects';
 
     /**
      * The table name that will be used for calendar subscriptions.
      *
      * @var string
      */
-    public $calendarSubscriptionsTableName = 'schedulingobjects';
+    public $calendarSubscriptionsTableName = 'calendarsubscriptions';
 
     /**
      * List of CalDAV properties, and how they map to database fieldnames

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