diff options
| author | Richard Nelson <richard@lindenlab.com> | 2011-08-15 11:12:51 -0700 | 
|---|---|---|
| committer | Richard Nelson <richard@lindenlab.com> | 2011-08-15 11:12:51 -0700 | 
| commit | 72ffcd147a85cb727d194a4c57360a1a69890cb1 (patch) | |
| tree | 5645e596848d2958f72d041042f55cf7c6d47b20 | |
| parent | dc8944ac49332fb1eda044614430722093086bec (diff) | |
EXP-1081 FIX add search auth token as cookie instead of query param
fixed search url
| -rw-r--r-- | indra/newview/app_settings/settings.xml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index f2111d288d..33541b559b 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -4004,7 +4004,7 @@        <key>Type</key>        <string>String</string>        <key>Value</key> -      <string>http://pdp38.lindenlab.com:9091/viewer/[CATEGORY]/?q=[QUERY]</string> +      <string>http://search-beta.secondlife.com/viewer/[CATEGORY]/?q=[QUERY]</string>      </map>      <key>WebProfileURL</key>      <map> | 
