X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=thumb.php;h=4a0c9fb3d394b25b92e1e13ac29b7b6bb19e01ae;hb=ea20dfe82d24896b020f25ab7d5984fee11c0634;hp=04ba29cc6a3dfee7f881b1ad4eeb5e3fd92de81f;hpb=fcda8ed55cc25b7f5cd045c6945a1f8b85344205;p=lhc%2Fweb%2Fwiklou.git diff --git a/thumb.php b/thumb.php index 04ba29cc6a..4a0c9fb3d3 100644 --- a/thumb.php +++ b/thumb.php @@ -122,7 +122,7 @@ function wfStreamThumb( array $params ) { $img = new UnregisteredLocalFile( null, $repo, # Temp files are hashed based on the name without the timestamp. # The thumbnails will be hashed based on the entire name however. - # @TODO: fix this convention to actually be reasonable. + # @todo fix this convention to actually be reasonable. $repo->getZonePath( 'public' ) . '/' . $repo->getTempHashPath( $fileName ) . $fileName ); } elseif ( $isOld ) {