From 43bd17690863982af69cc4c0757a65e9bfa79ff4 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Mon, 5 Oct 2020 19:28:52 +0200 Subject: [PATCH] Bugfix --- src/danog/MadelineProto/Wrappers/Templates.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/danog/MadelineProto/Wrappers/Templates.php b/src/danog/MadelineProto/Wrappers/Templates.php index 33aa9047..e369b7e5 100644 --- a/src/danog/MadelineProto/Wrappers/Templates.php +++ b/src/danog/MadelineProto/Wrappers/Templates.php @@ -71,7 +71,7 @@ trait Templates $lastName = Lang::$current_lang['signupLastNameWeb']; $form = ""; } else { - $title = ''; + return; } $title = \htmlentities($title); $message = \htmlentities($message);