From 3057e08df74eec1efe4a29eecac7d0d6b60ad09a Mon Sep 17 00:00:00 2001 From: Xuefer Date: Sat, 26 Apr 2008 12:56:25 +0000 Subject: [PATCH] typo git-svn-id: svn://svn.lighttpd.net/xcache/trunk@552 c26eb9a1-5813-0410-bd6c-c2e55f420ca7 --- admin/xcache.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/xcache.php b/admin/xcache.php index f66cfda..969d920 100644 --- a/admin/xcache.php +++ b/admin/xcache.php @@ -129,8 +129,8 @@ function calc_total(&$total, $data) } else { switch ($k) { - case 'his_by_hour': - case 'his_by_second': + case 'hits_by_hour': + case 'hits_by_second': foreach ($data[$k] as $kk => $vv) { $total[$k][$kk] += $vv; }