Number of Posts Feature Does Not Work - update variable name
jhuckabee - August 12, 2009 - 06:10
| Project: | Mobile Tools |
| Version: | 6.x-1.8 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
The number of posts setting does not work. This is happening because lines 118 and line 122 are referencing the variable named "default_main_nodes" which doesn't exist. This should instead reference the variable "default_nodes_main". After switching the variable names, all works as expected.
