Skip to content

Commit a9a2128

Browse files
committed
Bugfix Pos
1 parent 52d43fb commit a9a2128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unmus_activitypub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function unmus_federated_comment_remove_account( $comment_text, $comment = null
3232

3333
$pos=strpos($comment_text, $handle);
3434

35-
if($pos==0) {
35+
if($pos===0) {
3636
$comment_text = substr_replace($comment_text, '<p>', $pos, strlen($handle));
3737
}
3838

0 commit comments

Comments
 (0)