Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-04-03 12:51:07 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-04-03 12:51:07 +0300
commit436aceef261ef6aaa9b034ce94c181d7bad4183a (patch)
treec5c9fa14ca0a8edeb72388c2ad73e3973a4d5df4 /lib/Controller/MessagesController.php
parent659914c7217d9c82e67d849759e831b53878013b (diff)
Fix URLs of embedded images
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/Controller/MessagesController.php')
-rwxr-xr-xlib/Controller/MessagesController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Controller/MessagesController.php b/lib/Controller/MessagesController.php
index 2851e37c4..f73d78445 100755
--- a/lib/Controller/MessagesController.php
+++ b/lib/Controller/MessagesController.php
@@ -318,7 +318,7 @@ class MessagesController extends Controller {
base64_decode($folderId),
$messageId,
true
- )->getHtmlBody($accountId, $folderId, $messageId)
+ )->getHtmlBody($accountId, base64_decode($folderId), $messageId)
);
// Harden the default security policy