Some modules expects an $format to decide if filter has cache (e.g. html purifier)
So, can you change line 202 of filter.admin.inc to:
$cache &= !module_invoke($module, 'filter', 'no cache', $delta,$format);
please? I can send a patch if you wish.
thanks!
Comments
Comment #1
nancydruMoving to 7.x
Comment #2
dropcube commentedThis doesn't apply to the revamped Filter API in 7.x
Comment #3
sunAPI changes are not allowed in stable Drupal versions.