Issue #2030817 by mondrake: Fixed Wrong link_type() passed in link's pager_context() in views.theme.inc.

8.0.x
Alex Pott 2013-07-24 22:35:15 +02:00
parent 251499736b
commit 6a9d9d5027
1 changed files with 1 additions and 1 deletions

View File

@ -1151,7 +1151,7 @@ function theme_views_mini_pager($variables) {
// Below is ignored by default, supplied to support hook_link_alter
// implementations.
'pager_context' => array(
'link_type' => 'previous',
'link_type' => 'next',
'element' => $element,
'interval' => 1,
),