From 435dea0c764670b241d8cd38fca56ae214f61cb5 Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Wed, 20 May 2009 06:32:53 +0000 Subject: [PATCH] MINOR Removed unused ReportField_Controller URL rule from cms/_config.php git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@77381 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- _config.php | 1 - 1 file changed, 1 deletion(-) diff --git a/_config.php b/_config.php index a3fb8085..11293a32 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',