Ensure collection_id is set after we read the row.

This commit is contained in:
Andrew McMillan 2012-07-05 12:32:14 +12:00
parent d88e1ca007
commit 2c12586a42

View File

@ -1419,7 +1419,7 @@ EOQRY;
switch( $name ) {
case 'collection_id':
return $this->collection->collection_id;
return $this->collection_id();
break;
case 'principal_id':