Actions
Bug #36061
closedRemove obsolete require statements from ErrorHandler
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Code Cleanup
Target version:
-
Start date:
2012-04-14
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
t3lib_error_ErrorHandler has two require_once() calls, which are obsolete because autoloader handles this.
Updated by Gerrit Code Review over 12 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10493
Updated by Oliver Klee over 12 years ago
Are you sure that the autoloader will already be available at this point in all cases? AFAICT, this is why we still have these two require_once here.
Updated by Christian Kuhn over 11 years ago
- Status changed from Under Review to Rejected
Updated by Gerrit Code Review over 9 years ago
- Status changed from Rejected to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40759
Updated by Benni Mack over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 296f75ed1691973b33ca21a593b3f2490203ad2a.
Actions