Class referenced with incorrect case

This commit is contained in:
2023-04-13 14:28:49 +02:00
parent b6a849627c
commit 660bef00a2
2 changed files with 4 additions and 4 deletions

View File

@@ -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"];
}