Hello.
We have sycle dependence between module exportables and input_formats.
input_formats depends of exportables, but exportables call
call exportables_sync_names('input_formats'); on enable.
that also make bug in input_formats sync.
Move exportables sync from hook_init exportables module to input_formats module
Thanks.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1426950-input_formats-enable-exportables-sync-1.patch | 531 bytes | igor.ro |
Comments
Comment #1
igor.ro commentedHere is the patch.