Skip to content

Commit

Permalink
Final fixes. Everything will work now.
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldiesmann committed Jul 5, 2024
1 parent 2c2c26b commit b5d397f
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 @@ -215,7 +215,7 @@ public function editreactions(): void
$do_update = true;

// Insert the new reactions
Db::$db->insert('', '{db_prefix}reactions', ['name'], $add, []);
Db::$db->insert('', '{db_prefix}reactions', ['name' => 'string'], $add, []);
}
}

Expand Down

0 comments on commit b5d397f

Please sign in to comment.