Skip to content

Commit 3e79347

Browse files
committed
[3.0] Fix a undefined query_string
We can and will blame Vector
1 parent 16fdbf2 commit 3e79347

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/ErrorHandler.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,6 @@ public static function log(string $error_message, string|bool $error_type = 'gen
280280
time(),
281281
User::$me->ip ?? IP::getUserIP(),
282282
$request_url,
283-
$query_string,
284283
$error_message,
285284
(string) (User::$sc ?? ''),
286285
$error_type,

0 commit comments

Comments
 (0)