includes/pageprocess.php
changeset 1027 98c052fc3337
parent 963 b572ce1114f1
child 1068 4bcefa85649c
equal deleted inserted replaced
1026:f0431eb8161e 1027:98c052fc3337
   500     }
   500     }
   501     
   501     
   502     // Rebuild the search index
   502     // Rebuild the search index
   503     $paths->rebuild_page_index($this->page_id, $this->namespace);
   503     $paths->rebuild_page_index($this->page_id, $this->namespace);
   504     
   504     
   505     $this->text_cache = $text;
   505     $this->text_cache = $text_undb;
   506     
   506     
   507     return true;
   507     return true;
   508     
   508     
   509   }
   509   }
   510   
   510