TickTackk Well-known member Oct 25, 2018 #1 Affected version XF 2.0.x File: src\XF\Job\UserGroupPromotion.php Find: PHP: if (!$promotions) { $this->complete(); } Replace with: PHP: if (!$promotions) { return $this->complete(); } Last edited: Oct 25, 2018
File: src\XF\Job\UserGroupPromotion.php Find: PHP: if (!$promotions) { $this->complete(); } Replace with: PHP: if (!$promotions) { return $this->complete(); }
XF Bug Bot XenForo bug fixer bot Staff member Oct 26, 2018 #2 Thank you for reporting this issue. The issue is now resolved and we are aiming to include that in the next XF release (2.0.11). Change log: Return 'complete' response from UserGroupPromotion job if no active promotions are found. Click to expand...
Thank you for reporting this issue. The issue is now resolved and we are aiming to include that in the next XF release (2.0.11). Change log: Return 'complete' response from UserGroupPromotion job if no active promotions are found. Click to expand...