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.

Comments

igor.ro’s picture

Here is the patch.