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