summaryrefslogtreecommitdiffstatshomepage
path: root/core/modules/views_ui/admin.inc
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/views_ui/admin.inc')
-rw-r--r--core/modules/views_ui/admin.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/views_ui/admin.inc b/core/modules/views_ui/admin.inc
index fd9b1b1787a..5a017e419f0 100644
--- a/core/modules/views_ui/admin.inc
+++ b/core/modules/views_ui/admin.inc
@@ -69,7 +69,7 @@ function views_ui_add_ajax_trigger(&$wrapping_element, $trigger_key, $refresh_pa
// triggering element only. We have to do this in #process since until the
// form API has added the #parents property to the triggering element for
// us, we don't have any (easy) way to find out where its submitted values
- // will eventually appear in $form_state['values'].
+ // will eventually appear in $form_state->getValues().
'#process' => array_merge(array('views_ui_add_limited_validation'), element_info_property('submit', '#process', array())),
// Add an after-build function that inserts a wrapper around the region of
// the form that needs to be refreshed by AJAX (so that the AJAX system can