Index: trunk/htdocs/cacher/cacher.tpl.php
===================================================================
--- trunk/htdocs/cacher/cacher.tpl.php	(revision 1053)
+++ trunk/htdocs/cacher/cacher.tpl.php	(revision 1058)
@@ -84,5 +84,5 @@
 		$hits_avg_h     = number_format(array_avg($ci['hits_by_hour']), 2);
 		$hits_avg_s     = number_format(array_avg($ci['hits_by_second']), 2);
-		$hits_graph_h   = hits_to_graph($ci['hits_by_hour']);
+		$hits_graph_h   = get_cache_hits_graph($ci, 'hits_by_hour');
 		$hits_graph_h_w = count($ci['hits_by_hour']) * 2;
 
