Merge "RequestContext: Load the request object for getRequest on first call"
[lhc/web/wiklou.git] / includes / changes / OldChangesList.php
index 31b355d..58a57a4 100644 (file)
@@ -98,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 );