mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
Fix type error: Unsupported operand types: string * int
This commit is contained in:
parent
602c08556d
commit
baa4c3c0ac
@ -3138,7 +3138,7 @@ class mail_compose
|
||||
'mail',
|
||||
'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(
|
||||
|
Loading…
Reference in New Issue
Block a user