mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 17:13:03 +01:00
replace php > 5.4 code
This commit is contained in:
@@ -172,7 +172,7 @@ class Swift_CharacterStream_ArrayCharacterStream implements Swift_CharacterStrea
|
|||||||
}
|
}
|
||||||
$this->offset += ($i - $this->offset); // Limit function calls
|
$this->offset += ($i - $this->offset); // Limit function calls
|
||||||
|
|
||||||
return array_merge(...$arrays);
|
return call_user_func_array('array_merge', $arrays);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user