diff --git a/htdocs/telephonie/stats/ProcessGraphClients.class.php b/htdocs/telephonie/stats/ProcessGraphClients.class.php index 8aef2d416f1..f61f46c72f2 100644 --- a/htdocs/telephonie/stats/ProcessGraphClients.class.php +++ b/htdocs/telephonie/stats/ProcessGraphClients.class.php @@ -136,7 +136,7 @@ class ProcessGraphClients $graphgain = new GraphAppelsDureeMoyenne ($this->db, $file); $graphgain->client = $client; $graphgain->show_console = 0 ; - $graphgain->GraphDraw(); + $graphgain->Graph(); $file = $img_root . $client."/nb-comm-mensuel.png";