From 2c12586a428e011a7614ad99ebaf6c45fdd00eab Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Thu, 5 Jul 2012 12:32:14 +1200 Subject: [PATCH] Ensure collection_id is set after we read the row. --- inc/DAVResource.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/DAVResource.php b/inc/DAVResource.php index 7d4713f3..7a94ae07 100644 --- a/inc/DAVResource.php +++ b/inc/DAVResource.php @@ -1419,7 +1419,7 @@ EOQRY; switch( $name ) { case 'collection_id': - return $this->collection->collection_id; + return $this->collection_id(); break; case 'principal_id':