Closed (fixed)
Project:
Input Formats
Version:
6.x-1.0-alpha2
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Jun 2010 at 17:33 UTC
Updated:
30 Jun 2010 at 19:00 UTC
If an input format is defined in module A, and other input format with the same name is defined in the module B, module_invoke_all merges the definitions of this input formats in one single array.
When input_formats_api_sync() calls to invoke_module_all, user see this message:
Warning: Illegal offset type in isset or empty in input_formats_api_syncronize() (line 40 of drupal/modules/input_formats/input_formats.api.inc).
Warning: preg_match() expects parameter 2 to be string, array given in drupal_validate_utf8() (line 777 of drupal/includes/bootstrap.inc).
Comments
Comment #1
dagmarFixed http://drupal.org/cvs?commit=380886