Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ImageGraph/StaticGraph/Exception.php')
-rw-r--r--plugins/ImageGraph/StaticGraph/Exception.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/ImageGraph/StaticGraph/Exception.php b/plugins/ImageGraph/StaticGraph/Exception.php
index eca980e3b2..dd10193365 100644
--- a/plugins/ImageGraph/StaticGraph/Exception.php
+++ b/plugins/ImageGraph/StaticGraph/Exception.php
@@ -8,7 +8,7 @@
*/
namespace Piwik\Plugins\ImageGraph\StaticGraph;
-use pData;
+use CpChart\Chart\Data;
use Piwik\Plugins\ImageGraph\StaticGraph;
/**
@@ -51,7 +51,7 @@ class Exception extends StaticGraph
public function renderGraph()
{
- $this->pData = new pData();
+ $this->pData = new Data();
$message = $this->exception->getMessage();
list($textWidth, $textHeight) = $this->getTextWidthHeight($message);