diff -ru trunk.orig/typo3/sysext/lang/lang.php trunk/typo3/sysext/lang/lang.php --- trunk.orig/typo3/sysext/lang/lang.php 2010-06-14 10:44:04.000000000 +0200 +++ trunk/typo3/sysext/lang/lang.php 2010-06-24 17:43:22.000000000 +0200 @@ -498,7 +498,7 @@ * @return array Value of $LOCAL_LANG found in the included file. If that array is found it's returned. Otherwise an empty array * @access private */ - protected function readLLfile($fileRef) { + public function readLLfile($fileRef) { return t3lib_div::readLLfile($fileRef, $this->lang, $this->charSet); }