BUGFIX: Corrected widget URL matcher pattern to not shift data off that should be passed to the widget controller.

From: Andrew Short <andrewjshort@gmail.com>

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@90979 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Andrew Short 2009-11-08 21:53:57 +00:00 committed by Sam Minnee
parent 5ba3a91741
commit 175304dd09

View File

@ -23,7 +23,7 @@ class ContentController extends Controller {
protected $dataRecord;
static $url_handlers = array(
'widget/$ID/$Action' => 'handleWidget'
'widget/$ID!' => 'handleWidget'
);
public static $allowed_actions = array (