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

jeremy’s picture

Version: 5.x-1.x-dev » 5.x-3.x-dev
Priority: Critical » Normal

I 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.)

jeremy’s picture

Status: Active » Fixed

This was fixed some time ago, updating issue.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.