From 8d1cd7008f03368d409cb852c64cb7f9178b546d Mon Sep 17 00:00:00 2001 From: Inusaito Sayori Date: Thu, 24 Apr 2014 19:48:27 -0400 Subject: [PATCH] Fix bug of being unable to change group owned parcel's visibility in search. --- indra/newview/llfloaterland.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llfloaterland.cpp b/indra/newview/llfloaterland.cpp index 4c063e953..8dfa195f4 100644 --- a/indra/newview/llfloaterland.cpp +++ b/indra/newview/llfloaterland.cpp @@ -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));