diff --git a/modules/title.module b/modules/title.module
index b2aba20b0bf83c1abe8c6824963ec6cf17cb99b4..2086c2269e0a94f8e5e8057a561c190bdee2caac 100644
--- a/modules/title.module
+++ b/modules/title.module
@@ -21,8 +21,6 @@ function title_page() {
     }
     else if (db_num_rows($result) == 1) {
       $node = db_fetch_object($result);
-
-      $node = get_node_from_nid($node->nid);
       theme("header");
       print node_show($node, NULL);
       theme("footer");