We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d5f3be + 4b05e2d commit b62d861Copy full SHA for b62d861
src/Logger/log.class.php
@@ -76,7 +76,7 @@ protected function getBacktrace($ignore = 2)
76
$trace .= '#' . ($k - $ignore) . ' ' . $v['file'] . '(' . $v['line'] . '): ' . (isset($v['class']) ? $v['class'] . '->' : '') . $v['function'] . '(' . implode(', ', $v['args']) . ')' . "\n";
77
}
78
79
- return $trace;
+ return addslashes($trace);
80
81
82
/**
0 commit comments