From ae31704bb3dfc55b960f58551fdf7367959a3f54 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 4 Apr 2013 09:49:37 +0400 Subject: only unmark articles which had been processed when automarking (for realz) --- classes/rpc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'classes/rpc.php') 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() { -- cgit v1.2.3-54-g00ecf