REFERRER	https://mysite.com/node/9044/edit
MESSAGE	Warning: Illegal offset type in isset or empty in filter_list_format() (line 708 of /www/htdocs/modules/filter/filter.module).
Warning: Illegal offset type in isset or empty in filter_list_format() (line 710 of /www/htdocs/modules/filter/filter.module).
Warning: Illegal offset type in filter_list_format() (line 724 of /www/htdocs/modules/filter/filter.module).

I replaced;

  if (!isset($filters[$format_id])) {

with

  if( (array_key_exists($format_id, $filters)) && (isset($filters)) ){

Comments

StephenRobinson’s picture

Issue summary: View changes
stoickthevast’s picture

Any steps to reproduce this warning?

StephenRobinson’s picture

Hi,
This was with 7.26, didn't need it/didnt work with 7.27 and 7.28 so no longer an issue with newer versions?
Stephen :)

Version: 7.26 » 7.x-dev

Core issues are now filed against the dev versions where changes will be made. Document the specific release you are using in your issue comment. More information about choosing a version.