From ab03855a8ac56dba1e71ec7e0bcb2c2495f1f03b Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 14 Jun 2003 16:18:40 +0000 Subject: - Fixed braino in title.module; should fix bug #1966 reported by Moshe. --- modules/title.module | 1 + 1 file changed, 1 insertion(+) (limited to 'modules') diff --git a/modules/title.module b/modules/title.module index 2086c2269..c322dda27 100644 --- a/modules/title.module +++ b/modules/title.module @@ -21,6 +21,7 @@ function title_page() { } else if (db_num_rows($result) == 1) { $node = db_fetch_object($result); + $node = node_load(array("nid" => $node->nid)); theme("header"); print node_show($node, NULL); theme("footer"); -- cgit v1.2.3