Fix type error: Unsupported operand types: string * int

This commit is contained in:
Hadi Nategh 2021-04-14 11:21:05 +02:00
parent 602c08556d
commit baa4c3c0ac

View File

@ -3138,7 +3138,7 @@ class mail_compose
'mail', 'mail',
'smime_passphrase', 'smime_passphrase',
$_formData['smime_passphrase'], $_formData['smime_passphrase'],
$GLOBALS['egw_info']['user']['preferences']['mail']['smime_pass_exp'] * 60 (int)($GLOBALS['egw_info']['user']['preferences']['mail']['smime_pass_exp']?:10) * 60
); );
} }
$smime_success = $this->_encrypt( $smime_success = $this->_encrypt(