From 9f2efb0291e18ed9c042e8c018b8481c69179f26 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 2 Dec 2013 23:55:57 -0800 Subject: ensure that every imported channel has a primary hubloc --- util/wp/post_to_red/post_to_red.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') diff --git a/util/wp/post_to_red/post_to_red.php b/util/wp/post_to_red/post_to_red.php index 11b1b48f7..43e24283c 100644 --- a/util/wp/post_to_red/post_to_red.php +++ b/util/wp/post_to_red/post_to_red.php @@ -356,7 +356,7 @@ function red_comment($args) { $comment['comment_author_email'] = ''; if ( isset($content_struct['author_email']) ) - $comment['comment_author_email'] = $content_struct['author_email']; + $comment['comment_author_email'] = 'zot:' . $content_struct['author_email']; $comment['comment_author_url'] = ''; if ( isset($content_struct['author_url']) ) -- cgit v1.2.3