BUGFIX: column and table names now quoted properly (from r100998)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@111564 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sam Minnee 2010-10-04 04:30:39 +00:00
parent 2154e0585d
commit 5b6fa898d5

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) {