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

Commit

Permalink
fix export acl menu with comment
Browse files Browse the repository at this point in the history
  • Loading branch information
loiclau committed Nov 14, 2017
1 parent b5ebce8 commit 326df22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/class/centreon-clapi/centreonACLMenu.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ public function export($filters = null)
$aclMenu['acl_topo_name'] . $this->delim;

if (!empty($aclMenu['acl_comments'])) {
$exportLine .= 'comment' . $this->delim . $aclMenu['acl_comments'] . $this->delim . "\n";
$exportLine .= 'comment' . $this->delim . $aclMenu['acl_comments'] . $this->delim;
}


Expand Down

0 comments on commit 326df22

Please sign in to comment.