Fix a bug
This commit is contained in:
parent
e27106e5b5
commit
71817a0783
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ sub hook_reject {
|
||||||
}
|
}
|
||||||
|
|
||||||
sub hook_user_created {
|
sub hook_user_created {
|
||||||
my ($class, $username);
|
my ($class, $username) = @_;
|
||||||
_log("NEWUSER $username");
|
_log("NEWUSER $username");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue