We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 30459ae + 382ca2b commit 98e9cc7Copy full SHA for 98e9cc7
advancedcontentfilter/advancedcontentfilter.php
@@ -60,6 +60,7 @@ function advancedcontentfilter_install(App $a)
60
Hook::register('prepare_body_content_filter', __FILE__, 'advancedcontentfilter_prepare_body_content_filter');
61
Hook::register('addon_settings' , __FILE__, 'advancedcontentfilter_addon_settings');
62
63
+ Hook::add('dbstructure_definition' , __FILE__, 'advancedcontentfilter_dbstructure_definition');
64
DBStructure::update($a->getBasePath(), false, true);
65
66
Logger::log("installed advancedcontentfilter");
0 commit comments