Actions
Bug #22306
closedBackend Module produces php errors
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-03-22
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
In file index.php in
typo3_src-4.2.12/typo3/sysext/indexed_search/mod
should be testet if its really an array at line 439:
function formatCHash($arr) {
if(is_array($arr)) {
reset($arr);
$list=array();
while(list($k,$v)=each($arr)) {
$list[]=$k."=".$v;
}
return implode("<BR>",$list);
}
}
(issue imported from #M13876)
Files
Actions