diff options
Diffstat (limited to 'includes/ViewCountUpdate.php')
-rw-r--r-- | includes/ViewCountUpdate.php | 2 |
1 files changed, 1 insertions, 1 deletions
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; /** |