Skip to content

Commit ee28f2d

Browse files
authored
Merge pull request #60 from circuscode/feature-activitypub-comments-id
Bugfix Pos
2 parents df357ff + a9a2128 commit ee28f2d

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)