summaryrefslogtreecommitdiff
path: root/modules/comment/comment.module
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2012-03-01 22:07:10 -0800
committerwebchick <webchick@24967.no-reply.drupal.org>2012-03-01 22:07:10 -0800
commit810a7b9a4a1f95939fb8c48a2d8e4ecd4a3f0002 (patch)
tree5cc9ee55d3cbf01a1d48cf553cfcb572f4d06e7f /modules/comment/comment.module
parent7500ee40f48666c71736fd0527aa61974a37209f (diff)
downloadbrdo-810a7b9a4a1f95939fb8c48a2d8e4ecd4a3f0002.tar.gz
brdo-810a7b9a4a1f95939fb8c48a2d8e4ecd4a3f0002.tar.bz2
Revert "Issue #1058564 by Niklas Fiekas, droplet, grendzy, dixon_, naxoc: Fixed User picture does not appear in comment preview."
This reverts commit 186437d33a903cd3ae13c7f1b2160a88941cc614.
Diffstat (limited to 'modules/comment/comment.module')
-rw-r--r--modules/comment/comment.module1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/comment/comment.module b/modules/comment/comment.module
index aa512a700..b69b3b481 100644
--- a/modules/comment/comment.module
+++ b/modules/comment/comment.module
@@ -2064,7 +2064,6 @@ function comment_preview($comment) {
$comment->name = check_plain($account->name);
$comment->signature = $account->signature;
$comment->signature_format = $account->signature_format;
- $comment->picture = $account->picture;
}
elseif (empty($comment->name)) {
$comment->name = variable_get('anonymous', t('Anonymous'));