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)) {
---
Updated by Francois Suter over 15 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Solved in r1075
Updated by Francois Suter over 12 years ago
- Status changed from Resolved to Closed
Updated by Michael Stucki almost 11 years ago
- Project changed from 739 to TYPO3 Core
- Category changed from scheduler to scheduler
Actions