ensure that every imported channel has a primary hubloc

This commit is contained in:
friendica
2013-12-02 23:55:57 -08:00
parent 061725b97a
commit 9f2efb0291
3 changed files with 18 additions and 2 deletions

View File

@@ -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']) )