Skip to content

Commit

Permalink
Fix a fix has been lsot by merge
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Oct 3, 2024
1 parent e56a1d9 commit 0676a5e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion htdocs/emailcollector/class/emailcollector.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -2658,7 +2658,9 @@ public function doCollectOneCollector($mode = 0)
} else {
dol_syslog("One and only one existing third party has been found");

$operationslog .= '<br>Thirdparty already exists with id = '.dol_escape_htmltag($thirdpartystatic->id);
$thirdpartystatic->fetch($result);

$operationslog .= '<br>Thirdparty already exists with id = '.dol_escape_htmltag($thirdpartystatic->id)." and name ".dol_escape_all($thirdpartystatic->name);

Check failure on line 2663 in htdocs/emailcollector/class/emailcollector.class.php

View workflow job for this annotation

GitHub Actions / phan / Run phan

emailcollector.class.php: PhanUndeclaredFunction: Call to undeclared function \dol_escape_all()
}
}
}
Expand Down

0 comments on commit 0676a5e

Please sign in to comment.