BUGFIX: column and table names now quoted properly

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@100998 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Geoff Munn 2010-03-14 21:10:10 +00:00 committed by Sam Minnee
parent 66ede9ce14
commit a798562118

View File

@ -125,7 +125,7 @@ class FormScaffolder extends Object {
$component,
$relationshipFields,
"getCMSFields",
"$foreignKey = " . $this->obj->ID
"\"$foreignKey\" = " . $this->obj->ID
);
$ctf->setPermissions(TableListField::permissions_for_object($component));
if($this->tabbed) {