* Edit comment.

This commit is contained in:
tianshujie98
2020-10-10 11:23:37 +08:00
parent 26818e8814
commit 896c57edba
+1 -1
View File
@@ -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);