Class referenced with incorrect case
This commit is contained in:
@@ -197,7 +197,7 @@ class GraphStyleLinePoints
|
||||
$this->pointShape = $this->allowedShapes[
|
||||
($number % count($this->allowedShapes))];
|
||||
}
|
||||
$palette = graphPalette::getPalette($this->palette);
|
||||
$palette = GraphPalette::getPalette($this->palette);
|
||||
if ($this->pointBgcolor === null) {
|
||||
$this->pointBgcolor = $palette[($number % count($palette))]["bgcolor"];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user