Actions
Bug #4134
closedError in cron cmd calculation
Start date:
2009-08-04
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The following bug was reported by Markus Friedrich in Gabriel:
---
I've found an error in the gabriel extension, it affects the calculation
for the cron command executions.
I don't know if the support for the cron command syntax is still part of
the new, core integrated, scheduler, but if it is you might be
interested in this bugfix. I've only changed the line 145 of the
tx_gabriel_croncmd class file (class.tx_gabriel_croncmd.php) to:
if (!$this->values2 || !in_array($this->values2,
$this->valid_values2)) {
---
Actions