Fix direct linking to posts and threads when their pagination is set to 0. Fixes bug #11464.

This commit is contained in:
Colin Kuskie 2010-03-10 09:45:37 -08:00
parent eccf6a5021
commit 21e321012c
4 changed files with 12 additions and 3 deletions

View file

@ -1,4 +1,5 @@
7.9.1
- fixed #11464: blank page after setting posts per page in Collaboration System to 0 (zero)
7.9.0
- added #11383: AJAX username checks at registration (Luke Robinson / Orchard Solutions)