summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2022-12-02 07:35:11 +0300
committerAndrew Dolgov <[email protected]>2022-12-02 07:35:11 +0300
commitfa9c614ff144153ca1f4c0744fe0bc7d8f3a82ad (patch)
tree1666d5cd573f1e4c96d8a8e5b43ea07a6e5eb775 /plugins
parent824addbc9d3f7bb4c1c94c5b795f9c8ae3211870 (diff)
parent292ca86665d13582028d32d6d40bbb6f4d8f5cc1 (diff)
Merge branch 'master' of git.tt-rss.org:tt-rss/tt-rss
Diffstat (limited to 'plugins')
-rw-r--r--plugins/auth_internal/init.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/auth_internal/init.php b/plugins/auth_internal/init.php
index 882b5506a..135e4d3ed 100644
--- a/plugins/auth_internal/init.php
+++ b/plugins/auth_internal/init.php
@@ -224,7 +224,7 @@ class Auth_Internal extends Auth_Base {
$tpl->readTemplateFromFile("password_change_template.txt");
$tpl->setVariable('LOGIN', $user->login);
- $tpl->setVariable('TTRSS_HOST', Config::get(Config::SELF_URL_PATH));
+ $tpl->setVariable('TTRSS_HOST', Config::get_self_url());
$tpl->addBlock('message');