minor fix

This commit is contained in:
fbsanchez 2020-10-01 16:23:00 +02:00
parent 4f80eec179
commit 308598ba8d
1 changed files with 2 additions and 0 deletions
pandora_server/util

View File

@ -4631,6 +4631,8 @@ sub cli_get_module_custom_id {
if (defined($custom_id)) {
print $custom_id;
} else {
print "\n";
}
}