In case the image size can not be retrieved then return false.

这个提交存在于:
Sébastien Lucas 2014-02-11 17:01:34 +01:00
父节点 3a16231f37
当前提交 438b0dbc29

查看文件

@ -371,6 +371,8 @@ class Book extends Base {
if ($nh >= $h) { return false; }
$nw = ($nh*$w)/$h;
}
} else {
return false;
}
//draw the image