diff options
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs index 07a8728..969347a 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs | |||
@@ -4251,7 +4251,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api | |||
4251 | /// <returns></returns> | 4251 | /// <returns></returns> |
4252 | public void osSetContentType(LSL_Key id, string type) | 4252 | public void osSetContentType(LSL_Key id, string type) |
4253 | { | 4253 | { |
4254 | CheckThreatLevel(ThreatLevel.High, "osSetContentType"); | 4254 | CheckThreatLevel(ThreatLevel.Severe, "osSetContentType"); |
4255 | 4255 | ||
4256 | if (m_UrlModule != null) | 4256 | if (m_UrlModule != null) |
4257 | m_UrlModule.HttpContentType(new UUID(id),type); | 4257 | m_UrlModule.HttpContentType(new UUID(id),type); |