fix prefs_init for single user mode

This commit is contained in:
Andrew Dolgov 2005-11-21 05:23:36 +01:00
parent 26c5729f9d
commit c7a03b7a53
1 changed files with 1 additions and 0 deletions

View File

@ -685,6 +685,7 @@
} else {
$_SESSION["uid"] = 1;
$_SESSION["name"] = "admin";
initialize_user_prefs($link, 1);
}
}
?>