mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-05 16:42:53 +01:00
Fix regression
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user