Actions
Bug #38763
closedCannot redeclare class bigDoc: move_el.php
Start date:
2012-07-08
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The file move_el.php first requires init.php
and then template.php. As template.php was
already required by the autoloader during
initialization process this results in a
fatal error: Cannot redeclare...
The patch removes the require statement for
template.php
Updated by Gerrit Code Review over 12 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/12712
Updated by Susanne Moog over 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 798796ce85fea39800399f3061d9b7368fc2f8c7.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions