minor fix
This commit is contained in:
parent
4f80eec179
commit
308598ba8d
pandora_server/util
|
@ -4631,6 +4631,8 @@ sub cli_get_module_custom_id {
|
|||
|
||||
if (defined($custom_id)) {
|
||||
print $custom_id;
|
||||
} else {
|
||||
print "\n";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue