mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
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:
parent
2154e0585d
commit
5b6fa898d5
@ -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…
Reference in New Issue
Block a user