Merge "Split classes in Import.php into separate files"
[lhc/web/wiklou.git] / includes / changes / OldChangesList.php
index 1bd78ca..58a57a4 100644 (file)
@@ -87,10 +87,7 @@ class OldChangesList extends ChangesList {
                // Regular entries
                } else {
                        $unpatrolled = $this->showAsUnpatrolled( $rc );
-
-                       if ( !$this->isCategorizationWithoutRevision( $rc ) ) {
-                               $this->insertDiffHist( $html, $rc, $unpatrolled );
-                       }
+                       $this->insertDiffHist( $html, $rc, $unpatrolled );
                        # M, N, b and ! (minor, new, bot and unpatrolled)
                        $html .= $this->recentChangesFlags(
                                array(
@@ -101,7 +98,7 @@ class OldChangesList extends ChangesList {
                                ),
                                ''
                        );
-                       $this->insertArticleLink( $html, $rc, $unpatrolled, $watched );
+                       $html .= $this->getArticleLink( $rc, $unpatrolled, $watched );
                }
                # Edit/log timestamp
                $this->insertTimestamp( $html, $rc );