mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/7707] Add get_username_string() once more
PHPBB3-7707
This commit is contained in:
parent
db6e5a19f2
commit
0edfcc5a28
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ class admin_activate_user extends \phpbb\notification\type\base
|
||||||
*/
|
*/
|
||||||
public function get_url()
|
public function get_url()
|
||||||
{
|
{
|
||||||
return append_sid($this->phpbb_root_path . 'memberlist.' . $this->php_ext, "mode=viewprofile&u={$this->item_id}");
|
return $this->user_loader->get_username($this->item_id, 'profile');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue