diff --git a/indra/newview/llfloaterland.cpp b/indra/newview/llfloaterland.cpp index 0a155db3d..df031e4d8 100644 --- a/indra/newview/llfloaterland.cpp +++ b/indra/newview/llfloaterland.cpp @@ -622,7 +622,7 @@ void LLPanelLandGeneral::refresh() bool group_owned = parcel->getIsGroupOwned(); // Is it owned? - mTextOwner->setValue(is_public ? LLUUID::null : LLSD().with("id", owner_id).with("group", group_owned)); + mTextOwner->setValue(is_public ? LLSD(LLUUID::null) : LLSD().with("id", owner_id).with("group", group_owned)); mTextGroup->setValue(is_public ? LLUUID::null : group_id); if (is_public) {