Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainLvr committed Jan 21, 2025
1 parent 0868187 commit 66b9a8b
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions inc/tagitem.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 66b9a8b

Please sign in to comment.