Skip to content

Commit

Permalink
hook retour completeListOfReferent
Browse files Browse the repository at this point in the history
  • Loading branch information
atm-jonathan committed Jun 17, 2024
1 parent 9adb439 commit 57a400d
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)) {

Check failure on line 704 in htdocs/projet/element.php

View workflow job for this annotation

GitHub Actions / pre-commit / pre-commit

Expected 1 space after closing brace; 0 found
$listofreferent = $hookmanager->resPrint;
}

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

0 comments on commit 57a400d

Please sign in to comment.