Skip to content

Commit

Permalink
BUGFIX: updateCMSFields() called multiple times
Browse files Browse the repository at this point in the history
  • Loading branch information
unclecheese committed Feb 18, 2015
1 parent 7435c0b commit 3cfbdfb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/Calendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ public function getCMSFields() {
}

$f->addFieldToTab("Root.Main", new TextField('RSSTitle', _t('Calendar.RSSTITLE','Title of RSS Feed')),'Content');
$this->extend('updateCMSFields',$f);
return $f;
}

Expand Down

0 comments on commit 3cfbdfb

Please sign in to comment.