Bug fix for Wiki search pagination.

The Paginator constructor docs were backwards for the formVar and pageNumber.
Switched the order of the formVar and pageNumber variables in the Search call to the Paginator.
This commit is contained in:
Colin Kuskie 2007-02-02 06:32:36 +00:00
parent 3122e9e58f
commit d60e824ede
4 changed files with 15 additions and 8 deletions

View file

@ -53,6 +53,7 @@
error.
- fix: RSS feeds should now process HTML characters properly for RSS 2.0 standard
- fix: Corner case which could cause WeatherData.pm to fail has been fixed.
- fix: wiki pagination broken (perlDreamer Consulting, LLC)
7.3.8
- Fixed a template variable rewriting problem with HTML::Template::Expr