You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
predictable_random_int() currently randomises based on $MODULE_DIR - it should also be random based on the script that calls it. Could use debug_backtrace() to get the script name that called it. This allows the random ints to be random between scripts within a module
Not that updating this will update all cron times, so it would require a mass update
predictable_random_int()
currently randomises based on$MODULE_DIR
- it should also be random based on the script that calls it. Could use debug_backtrace() to get the script name that called it. This allows the random ints to be random between scripts within a moduleNot that updating this will update all cron times, so it would require a mass update
Do at same time as #21PR
The text was updated successfully, but these errors were encountered: