mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Minor fix
This commit is contained in:
parent
0bc2b9ddec
commit
3bed8a7efa
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user