From d9022f63880ce039446fba8364f68e656b7bf4cb Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Thu, 3 May 2012 13:01:35 +0200 Subject: Update to MediaWiki 1.19.0 --- includes/ViewCountUpdate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/ViewCountUpdate.php') diff --git a/includes/ViewCountUpdate.php b/includes/ViewCountUpdate.php index 0642b630..a30b0f79 100644 --- a/includes/ViewCountUpdate.php +++ b/includes/ViewCountUpdate.php @@ -27,7 +27,7 @@ * 'page_counter' field or use the 'hitcounter' table and then collect the data * from that table to update the 'page_counter' field in a batch operation. */ -class ViewCountUpdate { +class ViewCountUpdate implements DeferrableUpdate { protected $id; /** -- cgit v1.2.3-54-g00ecf