Skip to content

Commit

Permalink
Too many typos...
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldiesmann committed Jul 5, 2024
1 parent 83dd3d4 commit bddc492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Actions/Admin/Reactions.php
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ public function editreactions(): void
if (!empty($updates)) {
$do_update = true;
// Do the update
Db::$db->insert('replace', '{db_prefix}reactions', ['id_react, name'], $updates, 'id_react');
Db::$db->insert('replace', '{db_prefix}reactions', ['id_react, name'], $updates, ['id_reaction']);
}
}

Expand Down

0 comments on commit bddc492

Please sign in to comment.