X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=thumb.php;h=de201b914c9589a5102189b4f650676c6524e07f;hp=c38b89c251a657607a21425dc73323de7aa03c87;hb=17c686a802016269c69789d92ddedb7c35f5c1a7;hpb=9aba586d3b758719d9aa08b236a9de93956b6a96 diff --git a/thumb.php b/thumb.php index c38b89c251..de201b914c 100644 --- a/thumb.php +++ b/thumb.php @@ -272,7 +272,7 @@ function wfStreamThumb( array $params ) { // For 404 handled thumbnails, we only use the base name of the URI // for the thumb params and the parent directory for the source file name. // Check that the zone relative path matches up so squid caches won't pick - // up thumbs that would not be purged on source file deletion (bug 34231). + // up thumbs that would not be purged on source file deletion (T36231). if ( $rel404 !== null ) { // thumbnail was handled via 404 if ( rawurldecode( $rel404 ) === $img->getThumbRel( $thumbName ) ) { // Request for the canonical thumbnail name