Fixed bug introduced by previous checkin

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2060 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Gavin Cornwell
2005-12-22 15:25:09 +00:00
parent 62ae60eaf6
commit 6dd1049113

View File

@@ -428,14 +428,14 @@ public class NewSpaceWizard extends AbstractWizardBean
// reset all variables
this.createFrom = "scratch";
this.spaceType = ContentModel.TYPE_FOLDER.toString();
this.icon = SPACE_ICON_DEFAULT;
this.icon = null;
this.copyPolicy = "contents";
this.existingSpaceId = null;
this.templateSpaceId = null;
this.name = null;
this.description = "";
this.templateName = null;
this.saveAsTemplate = false;
this.saveAsTemplate = false;
}
/**