diff options
author | friendica <info@friendica.com> | 2013-12-02 23:55:57 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-12-02 23:55:57 -0800 |
commit | 9f2efb0291e18ed9c042e8c018b8481c69179f26 (patch) | |
tree | 0d6ace92ffa0105dae31fbe0de3797a1d1148cdd /util | |
parent | 061725b97a1086a89a5542005b6b6e58d38437ff (diff) | |
download | volse-hubzilla-9f2efb0291e18ed9c042e8c018b8481c69179f26.tar.gz volse-hubzilla-9f2efb0291e18ed9c042e8c018b8481c69179f26.tar.bz2 volse-hubzilla-9f2efb0291e18ed9c042e8c018b8481c69179f26.zip |
ensure that every imported channel has a primary hubloc
Diffstat (limited to 'util')
-rw-r--r-- | util/wp/post_to_red/post_to_red.php | 2 |
1 files changed, 1 insertions, 1 deletions
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']) ) |