Skip to content
Snippets Groups Projects
Commit 2bfaaef9 authored by Jaime Perez Crespo's avatar Jaime Perez Crespo
Browse files

Errors displayed to the user should be anonymized.

parent 1c52db21
No related branches found
No related tags found
No related merge requests found
...@@ -206,7 +206,7 @@ class SimpleSAML_Error_Error extends SimpleSAML_Error_Exception ...@@ -206,7 +206,7 @@ class SimpleSAML_Error_Error extends SimpleSAML_Error_Exception
*/ */
protected function saveError() protected function saveError()
{ {
$data = $this->format(); $data = $this->format(true);
$emsg = array_shift($data); $emsg = array_shift($data);
$etrace = implode("\n", $data); $etrace = implode("\n", $data);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment