warning: Missing argument 2
animelion - August 28, 2009 - 11:46
| Project: | Paging |
| Version: | 6.x-1.0-beta3 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
I get the following error when going to the compose tips page (ie www.website.com/filter/tips) I know most people don't use this page, but it's still a bug and I wanted to report it.
warning: Missing argument 2 for paging_help(), called in /mnt/stor2-wc1-dfw1/394720/www.ivawsandbox.com/web/content/sites/all/modules/paging/paging.module on line 728 and defined in /mnt/stor2-wc1-dfw1/394720/www.ivawsandbox.com/web/content/sites/all/modules/paging/paging.module on line 10.

#1
I dug around in paging.module and found this on line 10
function paging_help($path, $arg) {I changed it to
function paging_help($path) {Problem fixed! I think ?
#2
Yeah it's work for me..thanks