From 01cf09241413a179f8088093f752766e3a61eb7a Mon Sep 17 00:00:00 2001 From: Davide Franco Date: Mon, 27 Jun 2011 18:37:22 +0200 Subject: [PATCH] Revert "bacula-web: Renamed php class from BGraph to CGraph" This reverts commit 3027365b60325cd7c1a120fc20a2d392ccee9ad1. Conflicts: --- gui/bacula-web/includes/graph/cgraph.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gui/bacula-web/includes/graph/cgraph.class.php b/gui/bacula-web/includes/graph/cgraph.class.php index 255931aa0e..c5ff516ef3 100644 --- a/gui/bacula-web/includes/graph/cgraph.class.php +++ b/gui/bacula-web/includes/graph/cgraph.class.php @@ -95,6 +95,8 @@ class CGraph{ // Data, type and data type $this->plot->SetPlotType( $this->type ); $this->plot->SetDataType( $this->data_type ); + + // Set graph data $this->plot->SetDataValues( $this->data ); // Plot colors -- 2.39.5