summaryrefslogtreecommitdiff
path: root/classes/handler/public.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-10-09 09:04:51 +0300
committerAndrew Dolgov <[email protected]>2019-10-09 09:04:51 +0300
commitef514bc4bd13fc5a05303f4cb065abddd078250e (patch)
treea4e19c51e400bc2134cca643448585f5691b24fe /classes/handler/public.php
parentd029e18976649c8fe928f685b9db423310f8f0f9 (diff)
add notifications for mail and password changes
update and shorten some other message templates
Diffstat (limited to 'classes/handler/public.php')
-rwxr-xr-xclasses/handler/public.php1
1 files changed, 1 insertions, 0 deletions
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');