X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fspecials%2FSpecialLog.php;h=511cfbf5d0698ebf24d4c24c3f355b81181496d4;hp=1710b3991c0e0d3209c292c39bdce7140e071923;hb=d5a7166771613dfe4ed9fb75fa5efeced6134bd1;hpb=01c3bf3431e9754b79e4a4a31fa74ce9e6616514 diff --git a/includes/specials/SpecialLog.php b/includes/specials/SpecialLog.php index 1710b3991c..511cfbf5d0 100644 --- a/includes/specials/SpecialLog.php +++ b/includes/specials/SpecialLog.php @@ -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 );