Skip to content

Commit

Permalink
Token name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldiesmann committed Jul 4, 2024
1 parent 0e993f4 commit ff792fd
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 @@ -150,7 +150,7 @@ public function editreactions(): void
// They must have submitted a form.
if (isset($_POST['reacts_save']) || isset($_POST['reacts_delete'])) {
User::$me->checkSession();
SecurityToken::validate('admin-mr');
SecurityToken::validate('admin-mre');

// This will indicate whether we need to update the reactions cache later...
$do_update = false;
Expand Down

0 comments on commit ff792fd

Please sign in to comment.