From: Tim Starling Date: Fri, 27 Apr 2007 09:41:09 +0000 (+0000) Subject: oops X-Git-Tag: 1.31.0-rc.0~53204 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_aide%28?a=commitdiff_plain;h=97686ac0aaecf381150b75907c414a4859dbc2ca;p=lhc%2Fweb%2Fwiklou.git oops --- diff --git a/includes/Image.php b/includes/Image.php index 88b49d5311..0c40c92eb8 100644 --- a/includes/Image.php +++ b/includes/Image.php @@ -789,9 +789,9 @@ class Image function thumbUrl( $width, $subdir = 'thumb' ) { $name = $this->thumbName( array( 'width' => $width ) ); if ( strval( $name ) !== '' ) { - return $this->thumbUrlFromName( $name, $subdir ); + return array( false, $this->thumbUrlFromName( $name, $subdir ) ); } else { - return false; + return array( false, false ); } }