Index: openacs-4/packages/acs-templating/tcl/paginator-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/paginator-procs.tcl,v diff -u -r1.26 -r1.27 --- openacs-4/packages/acs-templating/tcl/paginator-procs.tcl 28 Mar 2018 07:46:21 -0000 1.26 +++ openacs-4/packages/acs-templating/tcl/paginator-procs.tcl 7 Apr 2018 19:37:20 -0000 1.27 @@ -715,7 +715,7 @@ # If the paginator is contextual, set the context if { [info exists properties(context_ids)] } { foreach elm { next_page previous_page next_group previous_group } { - if { ([info exists info($elm)] && $info($elm) ne "") } { + if { [info exists info($elm)] && $info($elm) ne "" } { set info(${elm}_context) [lindex $properties(context_ids) $info($elm)-1] } }