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

Commit

Permalink
Merge pull request #4542 from tanguyvda/patch-1
Browse files Browse the repository at this point in the history
Fix file owner
  • Loading branch information
querwin authored Jul 26, 2016
2 parents 4d97b43 + 34fd963 commit 6c47059
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions www/class/centreon-clapi/centreon.Config.Poller.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,9 @@ public function cfgMove($variables) {

/* Get Apache user name */
$apacheUser = $this->getApacheUser();

/*Get Centreon group name */
$centreonGroup = $this->getCentreonGroup();

/**
* Move files.
Expand Down

0 comments on commit 6c47059

Please sign in to comment.