Private GIT

Skip to content
Snippets Groups Projects
Commit 5d0ae3ec authored by Lionel Assepo's avatar Lionel Assepo
Browse files

Fix typo in module filename

parent cf26d48b
No related branches found
No related tags found
No related merge requests found
...@@ -364,7 +364,7 @@ class CentreonAPI ...@@ -364,7 +364,7 @@ class CentreonAPI
if (in_array($moduleName, $licensedModule)) { if (in_array($moduleName, $licensedModule)) {
$isValid = false; $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")) { if (function_exists("zend_loader_file_encoded")) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment