diff -r bc4b58034f4d -r 518bc2b214f1 includes/functions.php --- a/includes/functions.php Sun Mar 02 19:32:19 2008 -0500 +++ b/includes/functions.php Sun Mar 02 22:52:23 2008 -0500 @@ -293,7 +293,7 @@ $idata = RenderMan::strToPageID($page_id); $page_id_key = $paths->nslist[ $idata[1] ] . $idata[0]; $page_id_key = sanitize_page_id($page_id_key); - $page_data = $paths->pages[$page_id_key]; + $page_data = @$paths->pages[$page_id_key]; $title = ( isset($page_data['name']) ) ? ( ( $page_data['namespace'] == 'Article' || !$show_ns ) ? '' :