undo last change to comment_email - these are checked for validity

This commit is contained in:
friendica 2013-12-02 23:57:50 -08:00
parent 9f2efb0291
commit d96f5e2c08

View File

@ -356,7 +356,7 @@ function red_comment($args) {
$comment['comment_author_email'] = '';
if ( isset($content_struct['author_email']) )
$comment['comment_author_email'] = 'zot:' . $content_struct['author_email'];
$comment['comment_author_email'] = $content_struct['author_email'];
$comment['comment_author_url'] = '';
if ( isset($content_struct['author_url']) )