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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user