Skip to content
This repository has been archived by the owner on Feb 14, 2019. It is now read-only.

Commit

Permalink
Start stats at zero
Browse files Browse the repository at this point in the history
  • Loading branch information
markjaquith committed Jan 27, 2012
1 parent 1c3f8f1 commit 8ad52cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion object-cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class WP_Object_Cache {
var $no_mc_groups = array();

var $cache = array();
var $stats = array( 'get' => array(), 'delete' => array(), 'add' => array() );
var $stats = array( 'get' => 0, 'delete' => 0, 'add' => 0 );
var $group_ops = array();

var $cache_enabled = true;
Expand Down

0 comments on commit 8ad52cf

Please sign in to comment.