mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-20 16:56:02 +00:00
Ensure collection_id is set after we read the row.
This commit is contained in:
parent
d88e1ca007
commit
2c12586a42
@ -1419,7 +1419,7 @@ EOQRY;
|
||||
|
||||
switch( $name ) {
|
||||
case 'collection_id':
|
||||
return $this->collection->collection_id;
|
||||
return $this->collection_id();
|
||||
break;
|
||||
|
||||
case 'principal_id':
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user