diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-02-24 21:00:54 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-02-24 21:00:54 +0200 |
commit | 71242b2cc63d8f3289c70f0770c665b8ba5d6f84 (patch) | |
tree | 7bad296675b944aa1c725a0ace34fa7efe49b8b2 /indra/newview/app_settings/settings.xml | |
parent | f695a5d1a8098fd3bfd4aa3f7f77a4bbaa39bf57 (diff) |
SL-16924 Fix viewer not opening events from staging grid
Diffstat (limited to 'indra/newview/app_settings/settings.xml')
-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 12f435f931..70fa47f7a1 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -3858,7 +3858,7 @@ <key>Type</key> <string>String</string> <key>Value</key> - <string>http://events.secondlife.com/viewer/embed/event/</string> + <string>http://events.[GRID]/viewer/embed/event/[EVENT_ID]</string> </map> <key>FastCacheFetchEnabled</key> <map> |