X
Xon
Guest
Guest or Bot
PHP:
I'm fairly sure this check is broken, as there is no value you can store into
Continue reading...
Code:
public function canResize($width, $height)
{
if (!$this->maxResizePixels === null)
{
return true;
}
maxResizePixels that makes that branch return true.Continue reading...
P