From d88d48092de751b5f36f204f4b0ff00dfb7aef2d Mon Sep 17 00:00:00 2001 From: unclecheese Date: Thu, 19 Feb 2015 10:34:57 +1300 Subject: [PATCH] BUGFIX: updateCMSFields() called multiple times --- code/CalendarEvent.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/CalendarEvent.php b/code/CalendarEvent.php index bc144ac..6a9e26b 100755 --- a/code/CalendarEvent.php +++ b/code/CalendarEvent.php @@ -113,8 +113,6 @@ public function getCMSFields() { $monthlyInterval->addExtraClass('monthlyinterval'); $monthlyIndex->addExtraClass('monthlyindex'); - $this->extend('updateCMSFields',$f); - return $f; }