summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-09-12 07:41:04 +0100
committerAndrew Dolgov <[email protected]>2008-09-12 07:41:04 +0100
commit4fdb0476e5d9e861a4ba510dbe5f885dcdf1575f (patch)
treeee2c707c5335c8c4e22e67296a93cffabee03c07 /functions.php
parentcff7a3a2558691cae14003369c1c5a308865770c (diff)
exception handler in feedlist_dragsorted: report correct function name; initial load speedup
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php4
1 files changed, 4 insertions, 0 deletions
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 {