From ef514bc4bd13fc5a05303f4cb065abddd078250e Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 9 Oct 2019 09:04:51 +0300 Subject: add notifications for mail and password changes update and shorten some other message templates --- classes/handler/public.php | 1 + 1 file changed, 1 insertion(+) (limited to 'classes/handler/public.php') diff --git a/classes/handler/public.php b/classes/handler/public.php index e2082ff1e..b81fb03b8 100755 --- a/classes/handler/public.php +++ b/classes/handler/public.php @@ -996,6 +996,7 @@ class Handler_Public extends Handler { $tpl->setVariable('LOGIN', $login); $tpl->setVariable('RESETPASS_LINK', $resetpass_link); + $tpl->setVariable('TTRSS_HOST', SELF_URL_PATH); $tpl->addBlock('message'); -- cgit v1.2.3