Closed (fixed)
Project:
Paging
Version:
6.x-1.0-beta3
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Apr 2009 at 02:26 UTC
Updated:
3 May 2009 at 11:40 UTC
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?
Comments
Comment #1
Gurpartap Singh commentedhttp://drupal.org/cvs?commit=199042
Thanks!