[fix] More PHP 8.1
parent
980a0be57f
commit
6dcfb0e752
|
@ -2153,7 +2153,7 @@ function emit_equipment_helper($id, $combo_rows, $num, $prefix = '') {
|
|||
return $val;
|
||||
}
|
||||
|
||||
function emit_keyword_helper($id, $prefix = '', $list, $bulk_update) {
|
||||
function emit_keyword_helper($id, $prefix, $list, $bulk_update) {
|
||||
global $strings;
|
||||
|
||||
$val = "";
|
||||
|
|
Loading…
Reference in New Issue