uniformize

This commit is contained in:
Frédéric FRANCE
2022-02-15 19:04:18 +01:00
parent dad73b755e
commit 935482ee22
21 changed files with 21 additions and 21 deletions

View File

@@ -3766,7 +3766,7 @@ class Commande extends CommonOrder
global $action;
$hookmanager->initHooks(array($this->element . 'dao'));
$parameters = array('id'=>$this->id, 'getnomurl'=>$result);
$parameters = array('id'=>$this->id, 'getnomurl' => &$result);
$reshook = $hookmanager->executeHooks('getNomUrl', $parameters, $this, $action); // Note that $action and $object may have been modified by some hooks
if ($reshook > 0) {
$result = $hookmanager->resPrint;