aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Capabilities/CapsUtil.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-10-22 23:34:44 +0100
committerJustin Clark-Casey (justincc)2010-10-22 23:34:44 +0100
commita490b34b6e584119312bd1b9ee8c30c4b9f02c62 (patch)
treedb3125aa52414dc0cf9a441027034667bc5e9635 /OpenSim/Framework/Capabilities/CapsUtil.cs
parentRevert "* remove some spurious debug info" (diff)
downloadopensim-SC_OLD-a490b34b6e584119312bd1b9ee8c30c4b9f02c62.zip
opensim-SC_OLD-a490b34b6e584119312bd1b9ee8c30c4b9f02c62.tar.gz
opensim-SC_OLD-a490b34b6e584119312bd1b9ee8c30c4b9f02c62.tar.bz2
opensim-SC_OLD-a490b34b6e584119312bd1b9ee8c30c4b9f02c62.tar.xz
Revert "* more url / hg cleanup"
This reverts commit 58f75fa19d9aea18283ecdbd44559efb81781c9d.
Diffstat (limited to 'OpenSim/Framework/Capabilities/CapsUtil.cs')
-rw-r--r--OpenSim/Framework/Capabilities/CapsUtil.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Capabilities/CapsUtil.cs b/OpenSim/Framework/Capabilities/CapsUtil.cs
index faf2708..0334e4b 100644
--- a/OpenSim/Framework/Capabilities/CapsUtil.cs
+++ b/OpenSim/Framework/Capabilities/CapsUtil.cs
@@ -41,7 +41,7 @@ namespace OpenSim.Framework.Capabilities
41 /// <returns></returns> 41 /// <returns></returns>
42 public static string GetCapsSeedPath(string capsObjectPath) 42 public static string GetCapsSeedPath(string capsObjectPath)
43 { 43 {
44 return "CAPS/" + capsObjectPath + "0000/"; 44 return "/CAPS/" + capsObjectPath + "0000/";
45 } 45 }
46 46
47 /// <summary> 47 /// <summary>