mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-05 17:18:13 +01:00
Merge pull request #10041 from atm-ph/fix_8.0_optional_param
Fix new params has been added not optional
This commit is contained in:
@@ -5053,7 +5053,7 @@ abstract class CommonObject
|
||||
* @return int -1=error, O=did nothing, 1=OK
|
||||
* @see setValueFrom, insertExtraFields
|
||||
*/
|
||||
function updateExtraField($key, $trigger, $userused)
|
||||
function updateExtraField($key, $trigger=null, $userused=null)
|
||||
{
|
||||
global $conf,$langs,$user;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user