hi all
this module doesn't work for me because there is an error in custom_pagers.module at line 262

replace
$args = token_replace($args, 'node', $node);
with
$args = token_replace($view_args, 'node', $node);

and works fine!

CommentFileSizeAuthor
#2 custom_pagers_typo.patch449 byteshenrrrik

Comments

varkenshand’s picture

Looks like you're right but why doesn't anyone respond to this observation?

henrrrik’s picture

StatusFileSize
new449 bytes

Here's the same thing in patch form.

henrrrik’s picture

Status: Active » Needs review
eaton’s picture

Status: Needs review » Fixed

Fixed in the latest dev snapshot. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.