diff --git a/code/Calendar.php b/code/Calendar.php index d717fe0..bb7fc27 100755 --- a/code/Calendar.php +++ b/code/Calendar.php @@ -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; }