Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gorriecoe committed Sep 28, 2016
1 parent 1e57535 commit 7b95157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/models/Section.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public function getCMSFields()
'ajaxSafe' => true
)
);
$field->removeByName('MenuTitle');
$fields->removeByName('MenuTitle');
$fields->addFieldsToTab(
'Root.Main',
array(
Expand Down

0 comments on commit 7b95157

Please sign in to comment.