sammarks / ablecore

A library for Drupal developers.
MIT License
5 stars 4 forks source link

Problem rendering body content with PHP code as the format. #35

Closed sammarks closed 9 years ago

sammarks commented 9 years ago

Currently, the text with summary field handler checks for safe_value to exist when determining if a field is valid. However, safe_value does not exist when the filter format is PHP code.

We need to instead make sure that the values are run through the filter processor each time they are output (if safe_value does not exist).