includes/functions.php
changeset 473 518bc2b214f1
parent 472 bc4b58034f4d
child 479 192db6ac195b
--- 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 ) ?
       '' :