From 58077f8851a95744049f0c169007220b2cb996b6 Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Thu, 9 Oct 2008 05:47:27 +0000 Subject: [PATCH] MINOR Removed unnecessary $this->extend() on SSReport->getCMSFields() git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@63982 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- code/SSReport.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/SSReport.php b/code/SSReport.php index 9ee6e3e1..72f1568f 100644 --- a/code/SSReport.php +++ b/code/SSReport.php @@ -66,8 +66,6 @@ class SSReport extends ViewableData { ) ); - $this->extend('augmentReportCMSFields', $fields); - return $fields; }