aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/ucp/controller/reset_password.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2019-08-08 22:11:13 +0200
committerMarc Alexander <admin@m-a-styles.de>2019-08-08 22:11:13 +0200
commitfe030f67efc354729033ebc1726fc5b729057fb2 (patch)
treef52c972ac7db34492605e1aaaf24631dde47cda9 /phpBB/phpbb/ucp/controller/reset_password.php
parent276f350bcb29e5db6efc1a91747f2a83bcfd9246 (diff)
downloadforums-fe030f67efc354729033ebc1726fc5b729057fb2.tar
forums-fe030f67efc354729033ebc1726fc5b729057fb2.tar.gz
forums-fe030f67efc354729033ebc1726fc5b729057fb2.tar.bz2
forums-fe030f67efc354729033ebc1726fc5b729057fb2.tar.xz
forums-fe030f67efc354729033ebc1726fc5b729057fb2.zip
[ticket/11327] Adjust display of page title
PHPBB3-11327
Diffstat (limited to 'phpBB/phpbb/ucp/controller/reset_password.php')
-rw-r--r--phpBB/phpbb/ucp/controller/reset_password.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/phpBB/phpbb/ucp/controller/reset_password.php b/phpBB/phpbb/ucp/controller/reset_password.php
index 49c264be6c..55397b1c0e 100644
--- a/phpBB/phpbb/ucp/controller/reset_password.php
+++ b/phpBB/phpbb/ucp/controller/reset_password.php
@@ -235,9 +235,6 @@ class reset_password
'S_PROFILE_ACTION' => append_sid($this->root_path . 'ucp.' . $this->php_ext, 'mode=sendpassword'))
);
- //$this->tpl_name = 'ucp_remind';
- //$this->page_title = 'UCP_REMIND';
-
- return $this->helper->render('ucp_remind.html', 'UCP_REMIND');
+ return $this->helper->render('ucp_remind.html', $this->language->lang('UCP_REMIND'));
}
}