Fix invalid template loading on a message error in preview frame (#5941)

Broken in 1b4fa60a90.
pull/6039/head
Aleksander Machniak 7 years ago
parent 5200d82381
commit 3210f11892

@ -43,6 +43,7 @@ CHANGELOG Roundcube Webmail
- Fix various issues when downloading files with names containing non-ascii chars, use RFC 2231 (#5772)
- Fix bug where pink image was used instead of a thumbnail when image resize fails (#5933)
- Fix so files size/count limit is verified (client-side) also on drag-n-drop uploads (#5940)
- Fix invalid template loading on a message error in preview frame (#5941)
RELEASE 1.3.1
-------------

@ -10,7 +10,7 @@
<div id="mainscreen" class="watermark" style="top:0"></div>
<roundcube:else />
<roundcube:if condition="env:extwin" /><body class="extwin"><roundcube:else /><body><roundcube:endif />
<body class="<roundcube:exp expression="env:extwin ? 'extwin' : ''" />">
<roundcube:include file="/includes/header.html" />

Loading…
Cancel
Save