Fix class name PmGauge
This commit is contained in:
David Callizaya
2017-08-11 16:00:05 -04:00
parent 03090f445f
commit fd2786ae1d
2 changed files with 2 additions and 2 deletions

View File

@@ -274,7 +274,7 @@ class DashletOpenVsCompleted implements DashletInterface
public function render ($width = 300) public function render ($width = 300)
{ {
$g = new pmGauge(); $g = new PmGauge();
$g->w = $width; $g->w = $width;
$g->value = $this->value; $g->value = $this->value;

View File

@@ -1,7 +1,7 @@
<?php <?php
class pmGauge class PmGauge
{ {
/** /**