I'm using Drupal 5.2, and install 5.x-1.x-dev, no setting or add some Default filter settings.
After that adding content I've got the error:
Fatal error: Cannot unset string offsets in ../sites/all/modules/default_filter/default_filter.module on line 221
Comments
Comment #1
freixas commentedThe problem occurs because only the numeric keys in the format_key array have an index of '#value'.
This is my fix to the code:
Comment #2
dllh commentedThanks for this fix. I've committed to HEAD.
Comment #3
dllh commentedComment #4
(not verified) commented