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