From: Rob Church Date: Thu, 21 Jun 2007 21:18:29 +0000 (+0000) Subject: Bug fix X-Git-Tag: 1.31.0-rc.0~52463 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=b379c5d1650fbc0224ac8247b561dce4b8f4f767;p=lhc%2Fweb%2Fwiklou.git Bug fix --- diff --git a/includes/filerepo/File.php b/includes/filerepo/File.php index 42ea9e7fdd..1ddb7f1d27 100644 --- a/includes/filerepo/File.php +++ b/includes/filerepo/File.php @@ -1052,6 +1052,7 @@ class File { } else { $info['width'] = 0; $info['height'] = 0; + $info['bits'] = 0; } wfProfileOut( __METHOD__ ); return $info;