mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Merge branch 'ent-7884-metaconsola-no-se-pueden-crear-items-en-consola-visual' into 'develop'
Fix issue with redeclaration of functions_metaconsole.php Closes pandora_enterprise#7884 See merge request artica/pandorafms!4362
This commit is contained in:
commit
8b9cb51d1e
@ -1585,7 +1585,7 @@ function enterprise_include($filename, $variables=[])
|
|||||||
extract($variables);
|
extract($variables);
|
||||||
}
|
}
|
||||||
|
|
||||||
include $filepath;
|
include_once $filepath;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user