Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
* clapi export remove first line
Browse files Browse the repository at this point in the history
  • Loading branch information
loiclau committed Aug 3, 2017
1 parent 087ed9b commit 5805a59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion www/class/centreon-clapi/centreonAPI.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,6 @@ public function export()
exit($this->return_code);
} else {
// header
echo "{OBJECT_TYPE}{$this->delim}{COMMAND}{$this->delim}{PARAMETERS}\n";
if (count($this->aExport) > 0) {
foreach ($this->aExport as $oObjet) {
if (method_exists($this->objectTable[$oObjet], 'export')) {
Expand Down

0 comments on commit 5805a59

Please sign in to comment.