Reverting a few fixes

--HG--
branch : dev
This commit is contained in:
Sebastien Ros
2010-10-14 17:22:10 -07:00
parent f30ec97a20
commit 794f9871bc
3 changed files with 4 additions and 4 deletions

View File

@@ -198,7 +198,7 @@ namespace Orchard.Core.Contents.Controllers {
ActionResult CreatableTypeList() {
var list = Shape.List();
list.AddRange(GetCreatableTypes());
list.AddRange("CreatableTypeList", GetCreatableTypes());
var viewModel = Shape.ViewModel()
.ContentTypes(list);