Correction to last checkin (doh)

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4586 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2006-12-12 19:14:14 +00:00
parent cd3f538dcb
commit eb4af69ed4
2 changed files with 2 additions and 1 deletions

View File

@@ -820,7 +820,7 @@ public class AVMBrowseBean implements IContextListener
String[] parts = path.split("[-:]");
String storename = parts[0];
String username = parts[1];
setupSandboxActionImpl(username, AVMConstants.buildAVMUserMainStoreName(storename, username));
setupSandboxActionImpl(AVMConstants.buildAVMUserMainStoreName(storename, username), username);
setupContentAction(path, true);
}