diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/comment/comment.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/comment.module b/modules/comment/comment.module index 113275157..bd737b499 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -1424,7 +1424,7 @@ function comment_save($comment) { // Also see the documentation for comment_view(). if (!empty($comment->thread)) { // Allow calling code to set thread itself. - $thread == $comment->thread; + $thread = $comment->thread; } elseif ($comment->pid == 0) { // This is a comment with no parent comment (depth 0): we start |