diff options
| -rw-r--r-- | indra/newview/llpanelprofile.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/indra/newview/llpanelprofile.cpp b/indra/newview/llpanelprofile.cpp index 151e137b1d..8b4d33cf7c 100644 --- a/indra/newview/llpanelprofile.cpp +++ b/indra/newview/llpanelprofile.cpp @@ -1568,7 +1568,7 @@ void LLPanelProfileSecondLife::onShowInSearchCallback()      if (value == mAllowPublish)          return; -        mAllowPublish = value; +    mAllowPublish = value;      saveAgentUserInfoCoro("allow_publish", value);      } @@ -1722,7 +1722,7 @@ void LLPanelProfileSecondLife::onCommitProfileImage(const LLUUID& id)      if (mSecondLifePic->getImageAssetId() == id)          return; -        std::function<void(bool)> callback = [id](bool result) +    std::function<void(bool)> callback = [id](bool result)          {              if (result)              { | 
