1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 15:45:56 +00:00

fix redirects after schema upgrade; fix logout requiring valid schema

This commit is contained in:
Andrew Dolgov
2011-04-20 11:46:16 +04:00
parent 1ca77e0acd
commit 2376ad4925
3 changed files with 5 additions and 3 deletions

View File

@@ -124,7 +124,7 @@
$error = sanity_check($link);
if ($error['code'] != 0) {
if ($error['code'] != 0 && $op != "logout") {
print json_encode(array("error" => $error));
return;
}