fix logout redirect

This commit is contained in:
Andrew Dolgov 2009-02-11 23:40:01 +03:00
parent 918e2375d6
commit 45468967c5
1 changed files with 1 additions and 1 deletions

View File

@ -1503,7 +1503,7 @@ function fatalError(code, msg, ext_info) {
if (!ext_info) ext_info = "N/A";
if (code == 6) {
window.location.href = "tt-rss.php";
window.location.href = "tt-rss.php?login";
} else if (code == 5) {
window.location.href = "update.php";
} else {