X-Git-Url: http://git.cyclocoop.org//%27http:/jquery.khurshid.com/ifixpng.php/%27?a=blobdiff_plain;f=thumb.php;h=ad5239e297223dbbc1b451c86b1980e99ef79fa7;hb=05b2f0b6da6356cbe5edea6ee955df11174451ed;hp=35ab9f27e622ba6499ae2dfc2ecd9d19ce96909f;hpb=0dd1a446c856e5d9bc260d01c1f7662364a0f3ea;p=lhc%2Fweb%2Fwiklou.git diff --git a/thumb.php b/thumb.php index 35ab9f27e6..ad5239e297 100644 --- a/thumb.php +++ b/thumb.php @@ -180,7 +180,6 @@ function wfStreamThumb( array $params ) { return; } - // Check the source file storage path if ( !$img->exists() ) { $redirectedLocation = false; @@ -247,7 +246,6 @@ function wfStreamThumb( array $params ) { unset( $params['r'] ); // ignore 'r' because we unconditionally pass File::RENDER unset( $params['f'] ); // We're done with 'f' parameter. - // Get the normalized thumbnail name from the parameters... try { $thumbName = $img->thumbName( $params );