(bug 17863) Fix regression from r47890 that broke Show changes on the edit form;...
authorRoan Kattouw <catrope@users.mediawiki.org>
Mon, 9 Mar 2009 11:00:12 +0000 (11:00 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Mon, 9 Mar 2009 11:00:12 +0000 (11:00 +0000)
includes/diff/DifferenceEngine.php

index da1215e..1d7defc 100644 (file)
@@ -768,6 +768,7 @@ CONTROL;
                $this->mOldtext = $oldText;
                $this->mNewtext = $newText;
                $this->mTextLoaded = 2;
+               $this->mRevisionsLoaded = true;
        }
 
        /**