Skip to content

Commit

Permalink
return resprint hook
Browse files Browse the repository at this point in the history
  • Loading branch information
atm-jonathan committed Jul 1, 2024
1 parent e804c69 commit a1ee7d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions htdocs/projet/element.php
Original file line number Diff line number Diff line change
Expand Up @@ -701,6 +701,8 @@

if (!empty($hookmanager->resArray)) {
$listofreferent = array_merge($listofreferent, $hookmanager->resArray);
} elseif ($resHook > 0 && !empty($hookmanager->resPrint)) {
$listofreferent = $hookmanager->resPrint;
}

if ($action == "addelement") {
Expand Down

0 comments on commit a1ee7d4

Please sign in to comment.