aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Util.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/Util.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Util.cs b/OpenSim/Framework/Util.cs
index f80350e..191205b 100644
--- a/OpenSim/Framework/Util.cs
+++ b/OpenSim/Framework/Util.cs
@@ -356,7 +356,7 @@ namespace OpenSim.Framework
356 { 356 {
357 return capsURLS[userID]; 357 return capsURLS[userID];
358 } 358 }
359 return ""; 359 return String.Empty;
360 } 360 }
361 361
362 public static void SetCapsURL(LLUUID userID, string url) 362 public static void SetCapsURL(LLUUID userID, string url)