mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
FIX: Remove SearchForm results() function from allowed_actions
This commit is contained in:
parent
169f75c7ba
commit
d096eb7c36
@ -8,7 +8,6 @@
|
|||||||
class ContentControllerSearchExtension extends Extension {
|
class ContentControllerSearchExtension extends Extension {
|
||||||
private static $allowed_actions = array(
|
private static $allowed_actions = array(
|
||||||
'SearchForm',
|
'SearchForm',
|
||||||
'results',
|
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user