BUGFIX Allow SearchForm URL action for default SS search on BlogEntry

This commit is contained in:
Sean Harvey 2009-01-12 22:27:05 +00:00
parent 4340fb91db
commit 94391c22d7

View File

@ -181,7 +181,8 @@ class BlogEntry_Controller extends Page_Controller {
static $allowed_actions = array(
'trackbackping',
'unpublishPost',
'PageComments'
'PageComments',
'SearchForm'
);
function init() {