BUGFIX Fixed ScaffoldINGComplexTableField file name

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@60756 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2008-08-14 07:12:25 +00:00
parent 125ca5801b
commit d38d7208b7
2 changed files with 1 additions and 0 deletions

View File

@ -556,6 +556,7 @@ class ComplexTableField_ItemRequest extends RequestHandlingData {
}
$this->methodName = "edit";
echo $this->renderWith($this->ctf->templatePopup);
}