Issue #2030817 by mondrake: Fixed Wrong link_type() passed in link's pager_context() in views.theme.inc.
parent
251499736b
commit
6a9d9d5027
|
@ -1151,7 +1151,7 @@ function theme_views_mini_pager($variables) {
|
||||||
// Below is ignored by default, supplied to support hook_link_alter
|
// Below is ignored by default, supplied to support hook_link_alter
|
||||||
// implementations.
|
// implementations.
|
||||||
'pager_context' => array(
|
'pager_context' => array(
|
||||||
'link_type' => 'previous',
|
'link_type' => 'next',
|
||||||
'element' => $element,
|
'element' => $element,
|
||||||
'interval' => 1,
|
'interval' => 1,
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in New Issue