diff --git a/inc/DAVResource.php b/inc/DAVResource.php index 5a6ac908..9ad0960f 100644 --- a/inc/DAVResource.php +++ b/inc/DAVResource.php @@ -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' ); }