From 11ff8b5be18461ceef96d63efa649a96393b8f9a Mon Sep 17 00:00:00 2001 From: flashwave Date: Sat, 11 Mar 2023 22:28:57 +0000 Subject: [PATCH] Removed quirky newline. --- public/forum/posting.php | 1 - 1 file changed, 1 deletion(-) 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'];