diff --git a/unmus_activitypub.php b/unmus_activitypub.php index ee4b10b..6b6283c 100644 --- a/unmus_activitypub.php +++ b/unmus_activitypub.php @@ -32,7 +32,7 @@ function unmus_federated_comment_remove_account( $comment_text, $comment = null $pos=strpos($comment_text, $handle); - if($pos==0) { + if($pos===0) { $comment_text = substr_replace($comment_text, '

', $pos, strlen($handle)); }