Expose LinkRenderer for LogFormatter instances
[lhc/web/wiklou.git] / includes / specials / SpecialLog.php
index 1710b39..511cfbf 100644 (file)
@@ -165,7 +165,7 @@ class SpecialLog extends SpecialPage {
                # Create a LogPager item to get the results and a LogEventsList item to format them...
                $loglist = new LogEventsList(
                        $this->getContext(),
-                       null,
+                       $this->getLinkRenderer(),
                        LogEventsList::USE_CHECKBOXES
                );