FIX: Remove SearchForm results() function from allowed_actions

This commit is contained in:
Steve Dixon 2018-03-15 11:53:12 +11:00 committed by Daniel Hensby
parent 246775b97e
commit d17d93f784
No known key found for this signature in database
GPG Key ID: D8DEBC4C8E7BC8B9
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@
class ContentControllerSearchExtension extends Extension {
private static $allowed_actions = array(
'SearchForm',
'results',
);
/**