We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aef306a commit e4db086Copy full SHA for e4db086
resources/lib/UnitySite.php
@@ -48,7 +48,7 @@ public static function errorLog(string $title, string $message)
48
"REMOTE_USER" => @$_SERVER["REMOTE_USER"],
49
"REMOTE_ADDR" => @$_SERVER["REMOTE_ADDR"],
50
// getTrace() is a list but the JSON is very verbose
51
- "trace" => explode(PHP_EOL, (new \Exception())->getTraceAsString())
+ "trace" => (new \Exception())->getTraceAsString()
52
]
53
)
54
);
0 commit comments