Fix typo in CIFS URL link building.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2238 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Gary Spencer
2006-01-27 17:26:37 +00:00
parent 8df7c1db7e
commit 1304c3b82e

View File

@@ -170,7 +170,7 @@ public class ContentPseudoFileImpl implements PseudoFileInterface
urlStr.append("[InternetShortcut]\r\n"); urlStr.append("[InternetShortcut]\r\n");
urlStr.append("URL="); urlStr.append("URL=");
urlStr.append(ctx.getURLPrefix()); urlStr.append(ctx.getURLPrefix());
urlStr.append("navigate/browse/workspace/SpaceStore/"); urlStr.append("navigate/browse/workspace/SpacesStore/");
urlStr.append( fstate.getNodeRef().getId()); urlStr.append( fstate.getNodeRef().getId());
urlStr.append("\r\n"); urlStr.append("\r\n");