diff -r f0431eb8161e -r 98c052fc3337 includes/pageprocess.php
--- a/includes/pageprocess.php	Sun Jun 21 00:16:21 2009 -0400
+++ b/includes/pageprocess.php	Sun Jun 21 00:20:32 2009 -0400
@@ -502,7 +502,7 @@
     // Rebuild the search index
     $paths->rebuild_page_index($this->page_id, $this->namespace);
     
-    $this->text_cache = $text;
+    $this->text_cache = $text_undb;
     
     return true;