summaryrefslogtreecommitdiff
path: root/modules/comment/comment.pages.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-04-13 15:13:41 +0000
committerDries Buytaert <dries@buytaert.net>2010-04-13 15:13:41 +0000
commit06fe6cae2d7cf5ed663c3d1225206113f3b5824f (patch)
tree6e2dec1abd0adc8c779a5839ad60b04bbb93b224 /modules/comment/comment.pages.inc
parent906928c12acfd0c68b03a967473b4a0c4c1639cc (diff)
downloadbrdo-06fe6cae2d7cf5ed663c3d1225206113f3b5824f.tar.gz
brdo-06fe6cae2d7cf5ed663c3d1225206113f3b5824f.tar.bz2
- Patch #763048 by catch: critical bug: remove drupal_unpack()() due to namespacing collisions.
Diffstat (limited to 'modules/comment/comment.pages.inc')
-rw-r--r--modules/comment/comment.pages.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/comment/comment.pages.inc b/modules/comment/comment.pages.inc
index 948fcad11..089825f56 100644
--- a/modules/comment/comment.pages.inc
+++ b/modules/comment/comment.pages.inc
@@ -61,7 +61,6 @@ function comment_reply($node, $pid = NULL) {
drupal_goto("node/$node->nid");
}
// Display the parent comment
- $comment = drupal_unpack($comment);
$comment->node_type = 'comment_node_' . $node->type;
field_attach_load('comment', array($comment->cid => $comment));
$comment->name = $comment->uid ? $comment->registered_name : $comment->name;