summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-17 18:07:13 +0100
committerAndrew Dolgov <[email protected]>2009-01-17 18:07:13 +0100
commitcd4cc9f6e4040a3f8987287139e2d5aa4180b25d (patch)
tree4af8dd36ee81c663180516127b632a0e29ff715b /backend.php
parentc5ffeb616923384cc04f3520c5a5c4eb658aa9e0 (diff)
enable ccache_update() in viewfeed
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/backend.php b/backend.php
index 1a76c4f6b..5d25ba302 100644
--- a/backend.php
+++ b/backend.php
@@ -270,9 +270,7 @@
$csync = $_GET["csync"];
$order_by = db_escape_string($_GET["order_by"]);
-// if (!$cat_view) {
-// ccache_update($link, $feed, $_SESSION["uid"], $cat_view);
-// }
+ ccache_update($link, $feed, $_SESSION["uid"], $cat_view);
set_pref($link, "_DEFAULT_VIEW_MODE", $view_mode);
set_pref($link, "_DEFAULT_VIEW_LIMIT", $limit);