BUGFIX: Added allowed_actions to ContentControllerSearchExtension (from r101812)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@112041 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sam Minnee 2010-10-13 01:14:27 +00:00
parent 7d765fc5c6
commit 5e204bc6e0

View File

@ -4,6 +4,11 @@
* Extension to provide a search interface when applied to ContentController
*/
class ContentControllerSearchExtension extends Extension {
static $allowed_actions = array(
'SearchForm',
'results',
);
/**
* Site search form
*/