Actions
Bug #25642
closedScheduler fails with fatal error if using intervals in cron command
Start date:
2010-01-09
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Problem:
If using a cron command like "* * 1-4 * *" the scheduler fatals with "class t3lib not found in line 249".
Solution:
Fix t3lib::trimExplode to t3lib_div::trimExplode
(issue imported from #M13191)
Actions