Fix cut and paste typo.

This commit is contained in:
Andrew McMillan 2009-11-02 23:40:29 +13:00
parent c339d5e987
commit 67b7ec52ff

View File

@ -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' );
}