* Edit comment.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user