1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-22 18:51:13 +01:00

Small fix

This commit is contained in:
Daniil Gentili 2023-06-18 22:46:20 +02:00
parent f6dfe47ce1
commit f62ee8f426
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7
2 changed files with 2 additions and 2 deletions

2
docs

@ -1 +1 @@
Subproject commit 3ff1c3be3775d398bda6adde3dbd0e5dcd79830b
Subproject commit c09c0c461cf49591dea51dc9d409351e1a6e4cdc

View File

@ -291,7 +291,7 @@ trait Start
$title = \htmlentities($title);
$message = \htmlentities($message);
getOutputBufferStream()->write(\sprintf(
$this->settings->getTemplates()->getHtmlTemplate(),
$this->getSettings()->getTemplates()->getHtmlTemplate(),
$message,
$form,
Lang::$current_lang['go'],