Fix issue with redeclaration of functions_metaconsole.php

This commit is contained in:
Jose Gonzalez 2021-08-18 15:07:34 +02:00
parent a1942147e4
commit 1bba211086
1 changed files with 1 additions and 1 deletions

View File

@ -1585,7 +1585,7 @@ function enterprise_include($filename, $variables=[])
extract($variables);
}
include $filepath;
include_once $filepath;
return true;
}