summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-12 20:06:44 +0300
committerAndrew Dolgov <[email protected]>2018-12-12 20:06:44 +0300
commitd53cdaf815c86bf66a5577f575f76831679ed4f2 (patch)
tree5e52ef3ed856f0b2185fb300e5357713bf38ce16 /include
parent5807f2e0f0ad758b892cc8110ea11f8e7786d6fb (diff)
requestCounters: remove cooldown
Diffstat (limited to 'include')
-rwxr-xr-xinclude/functions.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/functions.php b/include/functions.php
index f44d91a15..d5095b071 100755
--- a/include/functions.php
+++ b/include/functions.php
@@ -1305,10 +1305,7 @@
$data["max_feed_id"] = (int) $max_feed_id;
$data["num_feeds"] = (int) $num_feeds;
-
- $data['last_article_id'] = Article::getLastArticleId();
$data['cdm_expanded'] = get_pref('CDM_EXPANDED');
-
$data["labels"] = Labels::get_all_labels($_SESSION["uid"]);
if (LOG_DESTINATION == 'sql' && $_SESSION['access_level'] >= 10) {