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
Actions