includes/pageprocess.php
changeset 325 e17cc42d77cf
parent 322 5f1cd51bf1be
child 326 ab66d6d1f1f4
child 441 4d9a4da1975b
equal deleted inserted replaced
324:16d0c9f33466 325:e17cc42d77cf
   328   {
   328   {
   329     if ( !$this->perms->get_permissions('view_source') )
   329     if ( !$this->perms->get_permissions('view_source') )
   330     {
   330     {
   331       return false;
   331       return false;
   332     }
   332     }
       
   333     if ( !$this->page_exists )
       
   334     {
       
   335       return '';
       
   336     }
   333     return $this->fetch_text();
   337     return $this->fetch_text();
   334   }
   338   }
   335   
   339   
   336   /**
   340   /**
   337    * Updates the content of the page.
   341    * Updates the content of the page.