Skip to content

Commit a0c0ca4

Browse files
author
GonzoInc
committed
Merge branch 'refs/heads/1.1.1'
2 parents b62d861 + 9780732 commit a0c0ca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Logger/log.class.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ protected function getBacktrace($ignore = 2)
7373
$item = var_export($item, true);
7474
});
7575

76-
$trace .= '#' . ($k - $ignore) . ' ' . $v['file'] . '(' . $v['line'] . '): ' . (isset($v['class']) ? $v['class'] . '->' : '') . $v['function'] . '(' . implode(', ', $v['args']) . ')' . "\n";
76+
$trace .= '#' . ($k - $ignore) . ' ' . $v['file'] . '(' . $v['line'] . '): ' . (isset($v['class']) ? $v['class'] . '->' : '') . $v['function'] . '(' . implode(', ', $v['args']) . ')';
7777
}
7878

7979
return addslashes($trace);

0 commit comments

Comments
 (0)