Fix a bug

This commit is contained in:
RevBar 2013-03-28 20:38:05 +01:00
parent e27106e5b5
commit 71817a0783

View file

@ -30,7 +30,7 @@ sub hook_reject {
}
sub hook_user_created {
my ($class, $username);
my ($class, $username) = @_;
_log("NEWUSER $username");
}