diff options
Diffstat (limited to 'include/Import/refimport.php')
-rw-r--r-- | include/Import/refimport.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Import/refimport.php b/include/Import/refimport.php index b9b6bf639..d248fb7df 100644 --- a/include/Import/refimport.php +++ b/include/Import/refimport.php @@ -205,7 +205,7 @@ function reflect_find_user($users,$name) { function reflect_comment_store($channel,$post,$comment,$user) { - // if the commenter was the channel owner, use their redmatrix xchan + // if the commenter was the channel owner, use their hubzilla xchan if($comment['author'] === REFLECT_EXPORTUSERNAME && $comment['registered']) $hash = $channel['xchan_hash']; |