Removed quirky newline.
This commit is contained in:
parent
d54528f8ea
commit
11ff8b5be1
1 changed files with 0 additions and 1 deletions
|
@ -219,7 +219,6 @@ if(!empty($_POST)) {
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'edit':
|
case 'edit':
|
||||||
|
|
||||||
$markUpdated = $post['poster_id'] === $currentUserId
|
$markUpdated = $post['poster_id'] === $currentUserId
|
||||||
&& $post['post_created_unix'] < strtotime('-1 minutes')
|
&& $post['post_created_unix'] < strtotime('-1 minutes')
|
||||||
&& $postText !== $post['post_text'];
|
&& $postText !== $post['post_text'];
|
||||||
|
|
Loading…
Reference in a new issue