Bug fix
authorRob Church <robchurch@users.mediawiki.org>
Thu, 21 Jun 2007 21:18:29 +0000 (21:18 +0000)
committerRob Church <robchurch@users.mediawiki.org>
Thu, 21 Jun 2007 21:18:29 +0000 (21:18 +0000)
includes/filerepo/File.php

index 42ea9e7..1ddb7f1 100644 (file)
@@ -1052,6 +1052,7 @@ class File {
                } else {
                        $info['width'] = 0;
                        $info['height'] = 0;
+                       $info['bits'] = 0;
                }
                wfProfileOut( __METHOD__ );
                return $info;