[advancedcontentfilter] Fix Hook-call during install #922

Merged
nupplaphil merged 3 commits from bug/7989-advancedcontfilter into 2019.12-rc 2019-12-23 01:38:01 +01:00
Showing only changes of commit 838c28f171 - Show all commits

View file

@ -56,7 +56,7 @@ require_once __DIR__ . DIRECTORY_SEPARATOR . 'vendor' . DIRECTORY_SEPARATOR . 'a
function advancedcontentfilter_install(App $a)
{
Hook::add('dbstructure_definition' , __FILE__, 'advancedcontentfilter_dbstructure_definition');
Hook::add('dbstructure_definition' , __FILE__, 'advancedcontentfilter_dbstructure_definition');
Hook::register('prepare_body_content_filter', __FILE__, 'advancedcontentfilter_prepare_body_content_filter');
Hook::register('addon_settings' , __FILE__, 'advancedcontentfilter_addon_settings');