Index: typo3/alt_doc.php =================================================================== --- typo3/alt_doc.php (revision 8082) +++ typo3/alt_doc.php (working copy) @@ -78,9 +78,9 @@ */ -require('init.php'); -require('template.php'); -$LANG->includeLLFile('EXT:lang/locallang_alt_doc.xml'); +require_once('init.php'); +require_once('template.php'); +$GLOBALS['LANG']->includeLLFile('EXT:lang/locallang_alt_doc.xml'); t3lib_BEfunc::lockRecords();