Fix regression

This commit is contained in:
Laurent Destailleur
2023-10-04 10:34:47 +02:00
parent 517b19cc6f
commit f6f25e1117

View File

@@ -22,10 +22,10 @@
*
* @param string $type Type of URL ('proposal', ...)
* @param string $ref Ref of object
* @param CommonObject $obj object (needed to make multicompany good links)
* @return string Url string
* @param Object $obj object (needed to make multicompany good links)
* @return string Url string
*/
function showOnlineSignatureUrl($type, $ref, CommonObject $obj = null)
function showOnlineSignatureUrl($type, $ref, $obj = null)
{
global $langs;