mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-05 17:18:13 +01:00
Fix CI
This commit is contained in:
@@ -12713,6 +12713,7 @@ function printCommonFooter($zone = 'private')
|
||||
|
||||
$parameters = array('zone' => $zone);
|
||||
$tmpobject = null;
|
||||
// @phan-suppress-next-line PhanPluginConstantVariableNull
|
||||
$reshook = $hookmanager->executeHooks('printCommonFooter', $parameters, $tmpobject, $action); // Note that $action and $object may have been modified by some hooks
|
||||
if (empty($reshook)) {
|
||||
if (getDolGlobalString('MAIN_HTML_FOOTER')) {
|
||||
|
||||
Reference in New Issue
Block a user