Skip to content

Commit

Permalink
Merge pull request #922 from nupplaphil/bug/7989-advancedcontfilter
Browse files Browse the repository at this point in the history
[advancedcontentfilter] Fix Hook-call during install
  • Loading branch information
MrPetovan authored Dec 23, 2019
2 parents 30459ae + 382ca2b commit 98e9cc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions advancedcontentfilter/advancedcontentfilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 98e9cc7

Please sign in to comment.