summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Drumm <drumm@3064.no-reply.drupal.org>2006-08-14 05:11:02 +0000
committerNeil Drumm <drumm@3064.no-reply.drupal.org>2006-08-14 05:11:02 +0000
commitbe8d155b20cc829b48db6beb49316f065cce88c2 (patch)
tree9c1162a8e8309ae2a5ab08b56be69c5893583613
parentd830edae04bb5a4f6a8cb7b1bad2175240811630 (diff)
downloadbrdo-be8d155b20cc829b48db6beb49316f065cce88c2.tar.gz
brdo-be8d155b20cc829b48db6beb49316f065cce88c2.tar.bz2
#78340 by hunmonk, fix an error preventing search indexing.
-rw-r--r--modules/node/node.module1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/node/node.module b/modules/node/node.module
index 62e1ddab7..b0db7f102 100644
--- a/modules/node/node.module
+++ b/modules/node/node.module
@@ -2361,7 +2361,6 @@ function node_update_index() {
$node = node_load($node->nid);
// Build the node body.
- $node = node_load($item->sid);
$node = node_build_content($node, FALSE, FALSE);
$node->body = drupal_render($node->content);