mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
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:
parent
66ede9ce14
commit
a798562118
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user