We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b641c62 + 9821ae3 commit 8a0a612Copy full SHA for 8a0a612
1 file changed
wcfsetup/install/files/lib/system/exception/AJAXException.class.php
@@ -108,6 +108,11 @@ public function __construct(
108
unset($returnValues['line']);
109
}
110
111
+ // Strip the extra information unless the stacktrace should be included.
112
+ if (!$includeStacktrace) {
113
+ $extraInformation = [];
114
+ }
115
+
116
$responseData = [
117
'code' => $errorType,
118
'file' => $file,
0 commit comments