[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
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ function advancedcontentfilter_install(App $a)
Hook::register('prepare_body_content_filter', __FILE__, 'advancedcontentfilter_prepare_body_content_filter');
Hook::register('addon_settings' , __FILE__, 'advancedcontentfilter_addon_settings');
Hook::add('dbstructure_definition' , __FILE__, 'advancedcontentfilter_dbstructure_definition');
DBStructure::update($a->getBasePath(), false, true);
Logger::log("installed advancedcontentfilter");