mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-12 06:18:52 +00:00
[feature/php-events] Fix doc of core.update_username
PHPBB3-9550
This commit is contained in:
parent
f2c0b55665
commit
aea60f9323
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ function user_update_name($old_name, $new_name)
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Update username when it is changed
|
* Update a username when it is changed
|
||||||
*
|
*
|
||||||
* @event core.update_username
|
* @event core.update_username
|
||||||
* @var string old_name The old username that is replaced
|
* @var string old_name The old username that is replaced
|
||||||
|
|
Loading…
Add table
Reference in a new issue