From 3cfbdfb31ee3b36273f581460536a5084e44fca6 Mon Sep 17 00:00:00 2001 From: unclecheese Date: Thu, 19 Feb 2015 10:29:29 +1300 Subject: [PATCH] BUGFIX: updateCMSFields() called multiple times --- code/Calendar.php | 1 - 1 file changed, 1 deletion(-) 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; }