Closed (fixed)
Project:
Custom filter
Version:
5.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Oct 2009 at 10:48 UTC
Updated:
2 Nov 2009 at 15:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
samuelet commentedThe attached patch seems to fix it
Comment #2
samuelet commentedThis is a better patch, but other bugs still persists as i can't see and edit subfilters because of a buggy customfilter_filters() function.
It could be that #427080: Cache filters per page load for massive performance boost does not care correctly of 5.x API as it was built for 6.x, for example the arg() function is not supported without parameters.
Comment #3
samuelet commentedHope this is the final patch. It solves also the empty table bug in the subfilters admin page.
Comment #4
avpadernoIt's my bad; I develop in Drupal 6, and I forgot that
arg()for Drupal 5 doesn't have optional arguments.Thanks for the report.