This commit is contained in:
Rob Church 2007-06-21 21:18:29 +00:00
parent 7fcf8aff1a
commit b379c5d165

View file

@ -1052,6 +1052,7 @@ class File {
} else {
$info['width'] = 0;
$info['height'] = 0;
$info['bits'] = 0;
}
wfProfileOut( __METHOD__ );
return $info;