diff --git a/libraries/chart/pma_pchart_pie.php b/libraries/chart/pma_pchart_pie.php index d8aa55244..c12a0dcdd 100644 --- a/libraries/chart/pma_pchart_pie.php +++ b/libraries/chart/pma_pchart_pie.php @@ -25,6 +25,7 @@ class PMA_pChart_Pie extends PMA_pChart_Chart protected function prepareChart() { // Initialise the graph + echo "before new\n"; $this->chart = new pChart($this->getWidth(), $this->getHeight()); echo "after new\n"; foreach ($this->getColors() as $key => $color) {