summaryrefslogtreecommitdiff
path: root/classes/rpc.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-04 09:49:37 +0400
committerAndrew Dolgov <[email protected]>2013-04-04 09:49:37 +0400
commitae31704bb3dfc55b960f58551fdf7367959a3f54 (patch)
tree6d8834f15898946b2a142372f49fb20531b4c62b /classes/rpc.php
parentdfd071e28de7c5637ce487445d10fc0b3fdc3601 (diff)
only unmark articles which had been processed when automarking (for realz)
Diffstat (limited to 'classes/rpc.php')
-rw-r--r--classes/rpc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/rpc.php b/classes/rpc.php
index a63392095..508dd8d41 100644
--- a/classes/rpc.php
+++ b/classes/rpc.php
@@ -310,7 +310,7 @@ class RPC extends Handler_Protected {
catchupArticlesById($this->link, $ids, $cmode);
- print json_encode(array("message" => "UPDATE_COUNTERS"));
+ print json_encode(array("message" => "UPDATE_COUNTERS", "ids" => $ids));
}
function markSelected() {