Fix fatal error on php 8.0
This commit is contained in:
parent
6168e844bd
commit
bac0c3d7c8
@ -238,9 +238,10 @@ class ConferenceOrBooth extends ActionComm
|
||||
* @param string $ref Ref
|
||||
* @param string $ref_ext Ref ext to get
|
||||
* @param string $email_msgid Email msgid
|
||||
* @param int $loadresources 1=Load also resources
|
||||
* @return int <0 if KO, 0 if not found, >0 if OK
|
||||
*/
|
||||
public function fetch($id, $ref = null, $ref_ext = '', $email_msgid = '')
|
||||
public function fetch($id, $ref = null, $ref_ext = '', $email_msgid = '', $loadresources = 1)
|
||||
{
|
||||
global $dolibarr_main_url_root, $conf, $langs;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user