Skip to content

Commit b62d861

Browse files
author
GonzoInc
committed
Merge branch '1.1.1'
2 parents 8d5f3be + 4b05e2d commit b62d861

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
@@ -76,7 +76,7 @@ protected function getBacktrace($ignore = 2)
7676
$trace .= '#' . ($k - $ignore) . ' ' . $v['file'] . '(' . $v['line'] . '): ' . (isset($v['class']) ? $v['class'] . '->' : '') . $v['function'] . '(' . implode(', ', $v['args']) . ')' . "\n";
7777
}
7878

79-
return $trace;
79+
return addslashes($trace);
8080
}
8181

8282
/**

0 commit comments

Comments
 (0)