diff --git a/public/forum/posting.php b/public/forum/posting.php index 2f9ee47..7b2b94d 100644 --- a/public/forum/posting.php +++ b/public/forum/posting.php @@ -219,7 +219,6 @@ if(!empty($_POST)) { break; case 'edit': - $markUpdated = $post['poster_id'] === $currentUserId && $post['post_created_unix'] < strtotime('-1 minutes') && $postText !== $post['post_text'];