diff --git a/inc/tagitem.class.php b/inc/tagitem.class.php index 3d81de7..0cafe0f 100644 --- a/inc/tagitem.class.php +++ b/inc/tagitem.class.php @@ -97,16 +97,15 @@ public static function updateRuleActionTable(Migration $migration) $table = getTableForItemType(RuleAction::class); - $DB->updateOrDie( - $table, - [ - `value` => '_plugin_tag_tag_from_rules' - ], - [ - `value` => '_plugin_tag_tag_values' - ] - ); - + $DB->updateOrDie( + $table, + [ + `value` => '_plugin_tag_tag_from_rules' + ], + [ + `value` => '_plugin_tag_tag_values' + ] + ); return true; }