From 8ef5e5c0b437d7a31223929ce5350096d0fa253b Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Wed, 20 May 2009 07:09:10 +0000 Subject: [PATCH] API CHANGE Removed @deprecated 2.3 ReportField_Controller rule from cms/_config.php git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@77388 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- _config.php | 1 - 1 file changed, 1 deletion(-) diff --git a/_config.php b/_config.php index 29eafafd..0976c705 100644 --- a/_config.php +++ b/_config.php @@ -8,7 +8,6 @@ Director::addRules(50, array( 'processes//$Action/$ID/$Batch' => 'BatchProcess_Controller', 'admin/help//$Action/$ID' => 'CMSHelp', - 'admin/ReportField//$Action/$ID/$Type/$OtherID' => 'ReportField_Controller', 'admin/bulkload//$Action/$ID/$OtherID' => 'BulkLoaderAdmin', 'admin//ImageEditor/$Action' => 'ImageEditor', 'admin/cms//$Action/$ID/$OtherID' => 'CMSMain',