X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialListFiles.php;h=02a468b098f6d281fe3e2391e51e11562b4a1a20;hb=5a451fd01be397db3209c1881a335423706da5c2;hp=94f4753f9a559f3fc7cb08de9650a584f01a7268;hpb=ebfb8e49488e7b8fc1c200a650cba4fd9697829a;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialListFiles.php b/includes/specials/SpecialListFiles.php index 94f4753f9a..02a468b098 100644 --- a/includes/specials/SpecialListFiles.php +++ b/includes/specials/SpecialListFiles.php @@ -46,7 +46,8 @@ class SpecialListFiles extends IncludableSpecialPage { $userName, $search, $this->including(), - $showAll + $showAll, + $this->getLinkRenderer() ); $out = $this->getOutput();