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);