From b06d9766930161e4d5ebb0299eff76fbf17823bd Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Thu, 16 Oct 2008 05:11:11 +0000 Subject: [PATCH] MINOR Removed Director::addRules() item for Unsubscribe_Controller that should will be done by the Newsletter _config.php file instead git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@64364 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- _config.php | 1 - 1 file changed, 1 deletion(-) diff --git a/_config.php b/_config.php index 5ebf2214..8bd51aa5 100644 --- a/_config.php +++ b/_config.php @@ -18,7 +18,6 @@ Director::addRules(50, array( 'admin//ImageEditor/$Action' => 'ImageEditor', 'admin/cms//$Action/$ID/$OtherID' => 'CMSMain', 'admin//$Action/$ID/$OtherID' => 'CMSMain', - 'unsubscribe//$Email/$MailingList' => 'Unsubscribe_Controller', 'PageComment//$Action/$ID' => 'PageComment_Controller', 'dev/buildcache' => 'RebuildStaticCacheTask', ));