missing &

This commit is contained in:
Quentin VIAL-GOUTEYRON 2021-06-10 14:24:01 +02:00
parent 71386479ad
commit 1d279dedaa

View File

@ -2262,7 +2262,7 @@ function pdf_getTotalQty($object, $type, $outputlangs)
* @param Translate $outputlangs Object lang for output
* @return array Linked objects
*/
function pdf_getLinkedObjects($object, $outputlangs)
function pdf_getLinkedObjects(&$object, $outputlangs)
{
global $db, $hookmanager;