Closed Sama34 closed 9 months ago
Describe the bug Time online for award achievements is broken, as the logic makes use of the current time, but this makes no sense.
https://github.com/OUGC-Network/OUGC-Awards/blob/master/Upload/inc/tasks/ougc_awards.php#L87-L110
Expected behavior Time online shouldn't be subtracted from the current time stamp for comparison.
Additional context Should be similar to the core online time promotion logic : https://github.com/mybb/mybb/blob/feature/inc/tasks/promotions.php
Fixed in 1.8.33
Describe the bug Time online for award achievements is broken, as the logic makes use of the current time, but this makes no sense.
https://github.com/OUGC-Network/OUGC-Awards/blob/master/Upload/inc/tasks/ougc_awards.php#L87-L110
Expected behavior Time online shouldn't be subtracted from the current time stamp for comparison.
Additional context Should be similar to the core online time promotion logic : https://github.com/mybb/mybb/blob/feature/inc/tasks/promotions.php