mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 23:17:02 +03:00
Fix OpenPgp functionality (1.6.7.140 bug)
This commit is contained in:
parent
484271bb69
commit
c82a897582
2 changed files with 4 additions and 3 deletions
|
|
@ -1014,7 +1014,7 @@ class Actions
|
|||
'Version' => APP_VERSION,
|
||||
'Auth' => false,
|
||||
'AccountHash' => '',
|
||||
'StaticPrefix' => 'rainloop/v/' + APP_VERSION + '/static/',
|
||||
'StaticPrefix' => 'rainloop/v/'.APP_VERSION.'/static/',
|
||||
'AccountSignMe' => false,
|
||||
'AuthAccountHash' => '',
|
||||
'MailToEmail' => '',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue