1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

fix fatalError() not working properly

This commit is contained in:
Andrew Dolgov
2011-02-18 12:28:03 +03:00
parent d195055341
commit 6853521166
5 changed files with 56 additions and 23 deletions
+2 -2
View File
@@ -266,7 +266,7 @@ function genericSanityCheck() {
setCookie("ttrss_test", "TEST");
if (getCookie("ttrss_test") != "TEST") {
fatalError(2);
return fatalError(2);
}
return true;
@@ -314,7 +314,7 @@ function init() {
});
if (!genericSanityCheck())
return;
return false;
loading_set_progress(20);