fix register privilege

This commit is contained in:
Philip Häusler 2014-09-28 19:47:57 +02:00
parent 4931fbb372
commit 785fd45d3a
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ function guest_logout() {
} }
function guest_login() { function guest_login() {
global $user; global $user, $privileges;
$nick = ""; $nick = "";