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

Commit

Permalink
Fix typo in module filename
Browse files Browse the repository at this point in the history
  • Loading branch information
Dacchi committed Mar 9, 2018
1 parent 3e96ef0 commit f95a383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/class/centreon-clapi/centreonAPI.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ public function checkModuleValidity($moduleName)

if (in_array($moduleName, $licensedModule)) {
$isValid = false;
$licenseFile = _CENTREON_PATH_ . "www/modules/$moduleName/license/merethis_lic_temp.zl";
$licenseFile = _CENTREON_PATH_ . "www/modules/$moduleName/license/merethis_lic.zl";

if (function_exists("zend_loader_file_encoded")) {

Expand Down

0 comments on commit f95a383

Please sign in to comment.