2010-07-16 Christian Kuhn <lolli@schwarzbu.ch>
+ * Fixed bug #14982: Make alt_doc.php unit testable (Thanks to Ingo Schmitt)
* Fixed bug #15142: [Unit tests] Remove unnecessary require_once() calls
2010-07-15 Bernhard Kraft <kraftb@think-open.at>
*/
-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();