ryancramerdesign / ProcessWire-2.0

THIS IS AN OLD VERSION. Get the new one at the URL below:
https://github.com/ryancramerdesign/ProcessWire
GNU General Public License v2.0
39 stars 5 forks source link

Error in MarkupPagerNav.module #19

Closed n00dles closed 13 years ago

n00dles commented 13 years ago

Undefined variable: pageNumPrefix in MarkupPagerNav.module line 181.

Should be

$url .= ($this->queryString ? "&" : "?") . "$pageNumUrlPrefix=" . $item->pageNum;

Rgds, Mike.

ryancramerdesign commented 13 years ago

Thanks Mike. Just fixed this and posted it in the latest commit.