Skip to content
Snippets Groups Projects
Commit 798796ce authored by Susanne Moog's avatar Susanne Moog Committed by Helmut Hummel
Browse files

[BUGFIX] Cannot redeclare class bigDoc: move_el.php

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

Change-Id: I096ecfb017f5ec78ac1be35d3bcd985d88b82a56
Fixes: #38763
Releases: 6.0
Reviewed-on: http://review.typo3.org/12712
Reviewed-by: Steffen Ritter
Reviewed-by: Helmut Hummel
Tested-by: Helmut Hummel
parent 3c5cb4bf
No related merge requests found
......@@ -36,7 +36,6 @@
$BACK_PATH = '';
require('init.php');
require('template.php');
// Include local language labels:
$LANG->includeLLFile('EXT:lang/locallang_misc.xml');
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment