From 3715293ca50b7e0783010075915ec859332280af Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 30 Jan 2021 13:32:43 +0000 Subject: [PATCH] Use the new dbstructure update function --- advancedcontentfilter/advancedcontentfilter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/advancedcontentfilter/advancedcontentfilter.php b/advancedcontentfilter/advancedcontentfilter.php index ede37c0d..145887cc 100644 --- a/advancedcontentfilter/advancedcontentfilter.php +++ b/advancedcontentfilter/advancedcontentfilter.php @@ -61,7 +61,7 @@ function advancedcontentfilter_install(App $a) Hook::register('addon_settings' , __FILE__, 'advancedcontentfilter_addon_settings'); Hook::add('dbstructure_definition' , __FILE__, 'advancedcontentfilter_dbstructure_definition'); - DBStructure::update($a->getBasePath(), false, true); + DBStructure::performUpdate(); Logger::log("installed advancedcontentfilter"); }