Bug fix
This commit is contained in:
parent
7fcf8aff1a
commit
b379c5d165
1 changed files with 1 additions and 0 deletions
|
|
@ -1052,6 +1052,7 @@ class File {
|
|||
} else {
|
||||
$info['width'] = 0;
|
||||
$info['height'] = 0;
|
||||
$info['bits'] = 0;
|
||||
}
|
||||
wfProfileOut( __METHOD__ );
|
||||
return $info;
|
||||
|
|
|
|||
Loading…
Reference in a new issue