fix php8 warning

This commit is contained in:
Frédéric FRANCE 2021-03-18 08:23:06 +01:00 committed by GitHub
parent 35869f1449
commit c147d47ad9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1691,6 +1691,7 @@ if (is_object($objcanvas) && $objcanvas->displayCanvasExists($action)) {
*/
print '<div class="tabsAction">';
$isinspip = 0;
$parameters = array();
$reshook = $hookmanager->executeHooks('addMoreActionsButtons', $parameters, $object, $action); // Note that $action and $object may have been
if (empty($reshook)) {