Merge pull request #2126 from rotassator/3.6

FIX: Remove SearchForm results() function from allowed_actions
This commit is contained in:
Daniel Hensby 2018-03-18 08:58:09 +00:00 committed by GitHub
commit 2052a42066
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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