X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialListFiles.php;h=02a468b098f6d281fe3e2391e51e11562b4a1a20;hb=552d285184a2ba312700304c7e7414d567966bd9;hp=94f4753f9a559f3fc7cb08de9650a584f01a7268;hpb=cc8a88c3d081d26ab93a205510ca0ffff1f2e6a7;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();