Skip to content

Commit

Permalink
Fix move_thread by unauthorized user
Browse files Browse the repository at this point in the history
  • Loading branch information
slawkens committed Jan 8, 2025
1 parent 99262c3 commit d6c40c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions system/pages/forum/move_thread.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

if(!Forum::isModerator()) {
echo 'You are not logged in or you are not moderator.';
return;
}

$save = isset($_REQUEST['save']) && (int)$_REQUEST['save'] == 1;
Expand Down

0 comments on commit d6c40c8

Please sign in to comment.