Merge "(bug 41409) Fix regression in diffs while editing old revisions"
[lhc/web/wiklou.git] / includes / EditPage.php
index 00eb76f..64167d7 100644 (file)
@@ -2651,7 +2651,7 @@ HTML
                                $oldContent = null;
                        }
                } else {
-                       $oldContent = $this->getOriginalContent();
+                       $oldContent = $this->getCurrentContent();
                }
 
                $textboxContent = $this->toEditContent( $this->textbox1 );