diff --git a/core/modules/views/lib/Drupal/views/Plugin/views/pager/PagerPluginBase.php b/core/modules/views/lib/Drupal/views/Plugin/views/pager/PagerPluginBase.php index 43fd52c..19d8a0a 100644 --- a/core/modules/views/lib/Drupal/views/Plugin/views/pager/PagerPluginBase.php +++ b/core/modules/views/lib/Drupal/views/Plugin/views/pager/PagerPluginBase.php @@ -243,7 +243,7 @@ function exposed_form_alter(&$form, &$form_state) { } function exposed_form_validate(&$form, &$form_state) { } - function public exposedFormSubmit(&$form, &$form_state, &$exclude) { } + public function exposedFormSubmit(&$form, &$form_state, &$exclude) { } function uses_exposed() { return FALSE;