Closed (fixed)
Project:
Spam
Version:
5.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Feb 2008 at 03:25 UTC
Updated:
8 Aug 2008 at 01:02 UTC
Hi,
I encounter this error:
Fatal error: Call to undefined function arg() in /home/newmill/public_html/sites/all/modules/spam/filters/duplicate/duplicate.module on line 59
Please help.
Thanks,
Hanly
Comments
Comment #1
jeremy commentedI ran into this during testing of the 3.x branch, and have a fix in my sandbox which I will commit. This will be fixed in the 3.x branch. (The problem is that there are paths were arg() is called before the necessary include file is loaded, and thus arg is not yet defined. My solution is simply to create my own version of the function in the duplicate filter module.)
Comment #2
jeremy commentedThis was fixed some time ago, updating issue.
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.