summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-07 12:11:05 +0300
committerAndrew Dolgov <[email protected]>2010-11-07 12:11:05 +0300
commit50eefedbfd2f31be4054746bbcec7d8e05c0a2dd (patch)
treeaf932d4a7b937a0c3b07d9a62ded5d1bfce5a631 /modules
parentb4fdbcf4b7fbdd03a10f2bc26fd23c46341ffffb (diff)
js: code cleanup
Diffstat (limited to 'modules')
-rw-r--r--modules/backend-rpc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/backend-rpc.php b/modules/backend-rpc.php
index 55babdaa7..fee93a586 100644
--- a/modules/backend-rpc.php
+++ b/modules/backend-rpc.php
@@ -286,7 +286,7 @@
return;
}
- if ($subop == "forceUpdateAllFeeds" || $subop == "updateAllFeeds") {
+ if ($subop == "updateAllFeeds") {
$global_unread_caller = sprintf("%d", $_REQUEST["uctr"]);
$global_unread = getGlobalUnread($link);