mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
Fix issue with redeclaration of functions_metaconsole.php
This commit is contained in:
parent
a1942147e4
commit
1bba211086
@ -1585,7 +1585,7 @@ function enterprise_include($filename, $variables=[])
|
||||
extract($variables);
|
||||
}
|
||||
|
||||
include $filepath;
|
||||
include_once $filepath;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user