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

nancydru’s picture

Version: 6.10 » 7.x-dev

Moving to 7.x

dropcube’s picture

Version: 7.x-dev » 6.x-dev

This doesn't apply to the revamped Filter API in 7.x

sun’s picture

Status: Active » Closed (won't fix)

API changes are not allowed in stable Drupal versions.