Removed quirky newline.

This commit is contained in:
flash 2023-03-11 22:28:57 +00:00
parent d54528f8ea
commit 11ff8b5be1
1 changed files with 0 additions and 1 deletions

View File

@ -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'];