mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-31 18:46:02 +00:00
Fix cut and paste typo.
This commit is contained in:
parent
c339d5e987
commit
67b7ec52ff
@ -610,7 +610,7 @@ EOQRY;
|
||||
*/
|
||||
function IsPublic() {
|
||||
if ( !isset($this->collection) ) $this->FetchCollection();
|
||||
return ( isset($this->collection->publicly_readable) && $this->collection->publicly_readable == 't' ) {
|
||||
return ( isset($this->collection->publicly_readable) && $this->collection->publicly_readable == 't' );
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user