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!
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | custom_pagers_typo.patch | 449 bytes | henrrrik |
Comments
Comment #1
varkenshand commentedLooks like you're right but why doesn't anyone respond to this observation?
Comment #2
henrrrik commentedHere's the same thing in patch form.
Comment #3
henrrrik commentedComment #4
eaton commentedFixed in the latest dev snapshot. Thanks!