Error message caused by obvious coding error
RTH - April 19, 2009 - 02:26
| Project: | Paging |
| Version: | 6.x-1.0-beta3 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
An error message is being printed. Click "More information about formatting options" on the comment reply screen:
warning: Missing argument 2 for paging_help() in /home/house/public_html/plegacy/sites/all/modules/paging/paging.module on line 10.
And indeed, it's true. The definition of the function on line 10 has two arguments, and the only usage of it in the entire module only passes one argument.
Surely this error is happening to everyone always. Why hasn't it been noticed up till now?

#1
http://drupal.org/cvs?commit=199042
Thanks!
#2
Automatically closed -- issue fixed for 2 weeks with no activity.