Closed (fixed)
Project:
fastpath_fscache
Version:
5.x-1.0-rc1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Sep 2007 at 20:22 UTC
Updated:
19 Sep 2007 at 17:11 UTC
When I delete multiple user accounts, my watchdog gets flooded with the following error message:
Missing argument 4 for fastpath_fscache_user() in /home/robin/public_html/modules/fastpath_fscache/fastpath_fscache.module on line 91.
Also, each time someone tries to view a profile, the same error occurs.
Comments
Comment #1
RobinJ commentedI found out that the variable $category is not used anywhere in function fastpath_fscache_user, so on line 91 in fastpath_fscache.module
can be replaced with
I dunno how to submit a patch, so someone else can do that
Comment #2
moshe weitzman commentedi see $category = NULL as 4th param in my version (DRUPAL-5-1 branch). seems like this got fixed.
Comment #3
(not verified) commented