mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR Moved ModelAsController Director rule from 'sapphire' to 'cms'
This commit is contained in:
parent
8847beded2
commit
b9c9dba190
@ -30,11 +30,6 @@ Director::addRules(10, array(
|
|||||||
'interactive' => 'SapphireREPL',
|
'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
|
* 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.
|
* to SS_Datetime to be consistent with other namespaced classes.
|
||||||
|
Loading…
Reference in New Issue
Block a user