Bug #18598 ยป 8078.diff
t3lib/class.t3lib_div.php (working copy) | ||
---|---|---|
$path = array();
|
||
foreach($trail as $dat) {
|
||
$path[] = $dat['class'].$dat['type'].$dat['function'];
|
||
$path[] = $dat['class'].$dat['type'].$dat['function'].'#'.$dat['line'];
|
||
}
|
||
return implode(' // ',$path);
|