* Fix build break - forgot that I had renamed an argument

0.6.2-post-fixes
Justin Clarke Casey 2009-01-06 18:12:22 +00:00
parent 715a776f7d
commit 498cd4f987
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ namespace OpenSim.Framework.Communications.Capabilities
/// <returns></returns>
public static string GetCapsSeedPath(string capsObjectPath)
{
return "/CAPS/" + capsKey + "0000/";
return "/CAPS/" + capsObjectPath + "0000/";
}
public static string GetRandomCapsPath()