Fix bug of being unable to change group owned parcel's visibility in search.

This commit is contained in:
Inusaito Sayori
2014-04-24 19:48:27 -04:00
parent 31b5c5e9dd
commit 8d1cd7008f

View File

@@ -2161,7 +2161,7 @@ void LLPanelLandOptions::refreshSearch()
bool can_change =
LLViewerParcelMgr::isParcelModifiableByAgent(
parcel, GP_LAND_CHANGE_IDENTITY)
parcel, GP_LAND_FIND_PLACES)
&& region
&& !(region->getRegionFlag(REGION_FLAGS_BLOCK_PARCEL_SEARCH));