X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=thumb.php;h=43dd5d472fa34824054bc89a26535dd5ff133f2b;hb=dd76d71812b0c50cd97b105b491e30847ba3877b;hp=70329093c6b63570437298ef395c01b051c2de5d;hpb=e781a5e39991bacad9e6f982e4f552f1c50e3010;p=lhc%2Fweb%2Fwiklou.git diff --git a/thumb.php b/thumb.php index 70329093c6..43dd5d472f 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 + // Check that the zone relative path matches up so CDN caches won't pick // 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 ) ) {