Skip to content
Snippets Groups Projects
Commit 744aa3ae authored by Tim Plunkett's avatar Tim Plunkett
Browse files

Call views_object_types() as a static method.

parent 171a7045
No related branches found
No related tags found
No related merge requests found
......@@ -251,7 +251,7 @@ function use_group_by() {
function groupby_form(&$form, &$form_state) {
$view = &$form_state['view'];
$display_id = $form_state['display_id'];
$types = views_object_types();
$types = Views::views_object_types();
$type = $form_state['type'];
$id = $form_state['id'];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment