Skip to content

Fix dup content issue when using {module}_mod_content hook.

Mario requested to merge dentm42:fix-content-dup into dev

Created by: dentm42

Sets $arr['content'] to '' before call to $module_mod_aftercontent hook - otherwise - $arr['content'] returned by $module_mod_content hook gets duplicated in the final page.

Merge request reports