From 896c57edba5ccfa232341775013d3fd5c3ca6e08 Mon Sep 17 00:00:00 2001 From: tianshujie98 Date: Sat, 10 Oct 2020 11:23:37 +0800 Subject: [PATCH] * Edit comment. --- module/bug/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/bug/control.php b/module/bug/control.php index 0a7afd1dc7..a3e1d0264b 100644 --- a/module/bug/control.php +++ b/module/bug/control.php @@ -366,7 +366,7 @@ class bug extends control $pri = 3; $color = ''; - /* Parse the extras. extract fix php7.2*/ + /* Parse the extras. extract fix php7.2. */ $extras = str_replace(array(',', ' '), array('&', ''), $extras); parse_str($extras, $output); extract($output);