1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-20 13:51:28 +00:00

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

View File

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