X Xon Well-known member Dec 28, 2025 #1 Affected version 2.3.7 PHP: public function canResize($width, $height) { if (!$this->maxResizePixels === null) { return true; } I'm fairly sure this check is broken, as there is no value you can store into maxResizePixels that makes that branch return true.
PHP: public function canResize($width, $height) { if (!$this->maxResizePixels === null) { return true; } I'm fairly sure this check is broken, as there is no value you can store into maxResizePixels that makes that branch return true.
XF Bug Bot XenForo bug fixer bot Staff member Jan 14, 2026 #2 Thank you for reporting this issue, it has now been resolved. We are aiming to include any changes that have been made in a future XF release (2.3.8). Change log: Fix inverted logic in canResize method check Click to expand... There may be a delay before changes are rolled out to the XenForo Community.
Thank you for reporting this issue, it has now been resolved. We are aiming to include any changes that have been made in a future XF release (2.3.8). Change log: Fix inverted logic in canResize method check Click to expand... There may be a delay before changes are rolled out to the XenForo Community.