Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
zoic21 authored Jan 17, 2024
1 parent 8beb077 commit 43ec34d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/class/z2m.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -793,6 +793,9 @@ public static function getCmdConf($_infos, $_suffix = null, $_preffix = null,$_f
$cmd_ref['subType'] = $_infos['type'];
break;
}
if($cmd_ref['type'] == 'info' && $cmd_ref['subType'] == 'list'){
$cmd_ref['subType'] = 'string';
}
}
return $cmd_ref;
}
Expand Down

0 comments on commit 43ec34d

Please sign in to comment.