From 55787948677bf0604e0f6762cafbd38d1a4ce6bb Mon Sep 17 00:00:00 2001 From: Paul Meyrick Date: Fri, 18 Mar 2011 17:06:27 +1300 Subject: [PATCH] Minor moved default setting of ShortcodeParser::get from sapphire module _config to cms module _config --- _config.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/_config.php b/_config.php index c18c943f0..46a1d0658 100755 --- a/_config.php +++ b/_config.php @@ -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