fix register privilege
This commit is contained in:
parent
4931fbb372
commit
785fd45d3a
|
@ -215,7 +215,7 @@ function guest_logout() {
|
|||
}
|
||||
|
||||
function guest_login() {
|
||||
global $user;
|
||||
global $user, $privileges;
|
||||
|
||||
$nick = "";
|
||||
|
||||
|
|
Loading…
Reference in New Issue