Actions
Bug #43715
closedMissing Task.php
Start date:
2012-12-07
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The class.tx_scheduler_task.php file has a require_once \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath('scheduler') . 'Classes/Task.php';
But there is no Task.php inside the Classes folder.
Updated by Philipp Gampe almost 12 years ago
The file as been renamed to typo3/sysext/scheduler/Classes/{Task.php => Task/AbstractTask.php}
on typo3v4-core:commit:9675002a39c1f294a643965239a616c1eedd76e2 .
http://review.typo3.org/16329
This change was no reflected to the old file.
Updated by Gerrit Code Review almost 12 years ago
- Status changed from New to Under Review
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/17050
Updated by Gerrit Code Review almost 12 years ago
Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/17227
Updated by Philipp Gampe almost 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 991a38fff05f743fdeed7a2b5f6abaa0561d4084.
Updated by Michael Stucki almost 11 years ago
- Project changed from 739 to TYPO3 Core
- Category changed from scheduler to scheduler
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions