I tried to add text into a view's header or footer area and it caused a fatal error:

PHP Fatal error: Call to undefined function filter_default_format() in .../views/handlers/views_handler_area_text.inc on line 89

This looks like a backport gone wrong as filter_default_format is in D7 only.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

smithmilner’s picture

Using the filter module constant seemed like a better choice than a blank string.

dawehner’s picture

Status: Needs review » Fixed

OH sure this should have never be there.

Thanks for providing a patch. Committed to 6.x-3-x.

Status: Fixed » Closed (fixed)

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