Merge pull request #10024 from hregis/develop_bug

FIX travis errors
This commit is contained in:
Laurent Destailleur 2018-11-15 18:21:25 +01:00 committed by GitHub
commit e58dd3c0b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -702,6 +702,16 @@ class EmailCollector extends CommonObject
*
* @return int 0=OK, Nb of error if error
*/
/**
* overwitePropertiesOfObject
*
* @param object $object Current object
* @param string $actionparam Action parameters
* @param string $messagetext Body
* @param string $subject Subject
* @return int 0=OK, Nb of error if error
*/
private function overwritePropertiesOfObject(&$object, $actionparam, $messagetext, $subject)
{
$errorforthisaction = 0;