Minor moved default setting of ShortcodeParser::get from sapphire module _config to cms module _config

This commit is contained in:
Paul Meyrick 2011-03-18 17:06:27 +13:00 committed by Ingo Schommer
parent 251c1df63a
commit 5578794867
1 changed files with 0 additions and 4 deletions

View File

@ -34,10 +34,6 @@ Director::addRules(1, array(
'$URLSegment//$Action/$ID/$OtherID' => 'ModelAsController',
));
/**
* Register the default internal shortcodes.
*/
ShortcodeParser::get('default')->register('sitetree_link', array('SiteTree', 'link_shortcode_handler'));
/**
* PHP 5.2 introduced a conflict with the Datetime field type, which was renamed to SSDatetime. This was later renamed