Investigate schedule tasks to make sure execution completion return bool #8374
Labels
Bug:1:Low
A bug that does not have a severe consequence or affects a small number of users.
Milestone
Describe the bug
Few of the schedule tasks have their
executeActions
method implemented in such way that it does not return anybool
value but justvoid
. But this cause error as it is expected to return a bool.To Reproduce
Steps to reproduce the behavior(As pers @NateWr 's testing)
OJS main
Probably also possible to reproduce it via running the taks via cron or from command line via
php tools/runScheduledTasks.php
.What application are you using?
OJS
main
.Additional information
Email log details as per @NateWr 's testing
The text was updated successfully, but these errors were encountered: