diff --git a/feedlist.js b/feedlist.js index 6eb7312f3..8400af52c 100644 --- a/feedlist.js +++ b/feedlist.js @@ -354,7 +354,7 @@ function feedlist_dragsorted(ctr) { } } catch (e) { - exception_error("feedlist_init", e); + exception_error("feedlist_dragsorted", e); } } diff --git a/functions.php b/functions.php index 34778e375..21c91b138 100644 --- a/functions.php +++ b/functions.php @@ -1874,6 +1874,10 @@ setcookie("ttrss_lang", $_SESSION["language"], time() + SESSION_COOKIE_LIFETIME); } + + /* bump counters stamp since we're getting reloaded anyway */ + + $_SESSION["get_all_counters_stamp"] = time(); } } else { diff --git a/tt-rss.php b/tt-rss.php index f59fbea0a..0a68a5b0f 100644 --- a/tt-rss.php +++ b/tt-rss.php @@ -61,7 +61,7 @@ -
+