MINOR Moved ModelAsController Director rule from 'sapphire' to 'cms'

This commit is contained in:
Ingo Schommer 2011-03-22 20:47:33 +13:00
parent 8847beded2
commit b9c9dba190
1 changed files with 0 additions and 5 deletions

View File

@ -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.