[BUGFIX] Fix fatal in SchedulerModuleController on some DB drivers
Some DB drivers like pdo_mysql and our postgres flavor return values from DB always as string. Classes with enabled strict_types then tend to fail if those values that should be integers but are strings are fed to functions that accept integers only. The patch fixes two places in SchedulerModuleController where a db value is directly sent to date(), which needs an int as second argument. Resolves: #86263 Releases: master Change-Id: I00ce0425774762fef235373f643f8b69bdd072bb Reviewed-on: https://review.typo3.org/58285 Reviewed-by:Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
Please register or sign in to comment