Minor fix

This commit is contained in:
fbsanchez 2020-10-01 20:07:31 +02:00
parent 0bc2b9ddec
commit 3bed8a7efa
1 changed files with 1 additions and 1 deletions

View File

@ -3248,7 +3248,7 @@ while (1) {
log_message('debug', 'Running omnishell commmand ['.$command.']');
}
my $output = $omnishell->run($command, 'xml');
my $output = $omnishell->runCommand($command, 'xml');
if (!empty($output)) {
$Xml .= $output;
} else {