XenForo
Administrative
- Thread starter
- Admin
- #1
The call sites for
PHP:
PHP:
But in...
Read more
ادامه مطلب...
clearPendingUsernameChanges
have comments suggesting the cleanup is triggered/done by the function.PHP:
Code:
class User {
...
// if user has a pending username change then handle them
$usernameChangeRepo->clearPendingUsernameChanges($this);
Code:
class UsernameChange {
...
// remove/reject any other pending changes
$this->getUsernameChangeRepo()->clearPendingUsernameChanges($this->User, $this);
But in...
Read more
ادامه مطلب...