includes/pageprocess.php
changeset 325 e17cc42d77cf
parent 322 5f1cd51bf1be
child 326 ab66d6d1f1f4
child 441 4d9a4da1975b
--- a/includes/pageprocess.php	Tue Dec 18 23:47:33 2007 -0500
+++ b/includes/pageprocess.php	Wed Dec 19 17:15:48 2007 -0500
@@ -330,6 +330,10 @@
     {
       return false;
     }
+    if ( !$this->page_exists )
+    {
+      return '';
+    }
     return $this->fetch_text();
   }