Skip to content

Commit

Permalink
BUGFIX Prepopulating relation list in FormScaffolder
Browse files Browse the repository at this point in the history
  • Loading branch information
chillu committed Jan 9, 2012
1 parent b01b9b9 commit c82bae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forms/FormScaffolder.php
Expand Up @@ -157,7 +157,7 @@ public function getFieldSet() {
$ctf = new $fieldClass(
$this,
$relationship,
null,
$this->obj->$relationship(),
$relationshipFields,
"getCMSFields"
);
Expand Down

0 comments on commit c82bae1

Please sign in to comment.