2
0
forked from Wavyzz/dolibarr

replace specific php7 code

This commit is contained in:
Frédéric FRANCE
2018-11-14 22:05:21 +01:00
parent 9447e66da1
commit 1c15d249b3
5 changed files with 5 additions and 5 deletions

View File

@@ -493,7 +493,7 @@ class Swift_Mime_SimpleMessage extends Swift_Mime_MimePart
'%[1-5]'
);
return $priority ?? 3;
return isset($priority) ? $priority : 3;
}
/**