Skip to content

Commit

Permalink
Adding back default child
Browse files Browse the repository at this point in the history
  • Loading branch information
micschk committed Jun 25, 2015
1 parent 0493eab commit 69074ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/GridFieldPageHolder.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public function getCMSFields() {
$this->AllChildrenIncludingDeleted(),
$gridFieldConfig);

//$gridField->setModelClass($this->defaultChild());
$gridField->setModelClass($this->defaultChild());

$fields->addFieldToTab($PageTab, $gridField);
}
Expand Down

0 comments on commit 69074ed

Please sign in to comment.