ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 30,085
- Points
- 823
Reputation:
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...