From b9c9dba190a631ba19ed200e58f714e098be357d Mon Sep 17 00:00:00 2001 From: Ingo Schommer <ingo@silverstripe.com> Date: Tue, 22 Mar 2011 20:47:33 +1300 Subject: [PATCH] MINOR Moved ModelAsController Director rule from 'sapphire' to 'cms' --- _config.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/_config.php b/_config.php index 46a1d0658..b8ceeef25 100755 --- a/_config.php +++ b/_config.php @@ -30,11 +30,6 @@ Director::addRules(10, array( 'interactive' => 'SapphireREPL', )); -Director::addRules(1, array( - '$URLSegment//$Action/$ID/$OtherID' => 'ModelAsController', -)); - - /** * PHP 5.2 introduced a conflict with the Datetime field type, which was renamed to SSDatetime. This was later renamed * to SS_Datetime to be consistent with other namespaced classes.