1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-31 05:53:14 +02:00

[ticket/11327] Adjust display of page title

PHPBB3-11327
This commit is contained in:
Marc Alexander 2019-08-08 22:11:13 +02:00
parent 276f350bcb
commit fe030f67ef
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

View File

@ -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'));
}
}