Project

General

Profile

Bug #24401 ยป lang-array-error.patch

Administrator Admin, 2010-12-23 09:53

View differences:

typo3/sysext/lang/lang.php (working copy)
// Get default file
$llang = $this->readLLfile($fileRef);
if (count($llang)) {
if (is_array($llang) && count($llang)) {
$LOCAL_LANG = t3lib_div::array_merge_recursive_overrule((array)$LOCAL_LANG, $llang);
    (1-1/1)