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:
authordiosmosis <benakamoorthi@fastmail.fm>2014-08-20 09:37:55 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-08-20 09:37:55 +0400
commit7278c67ca144c8d0cf0fec1e835da79f3b5a2c83 (patch)
treee3da530643b16015d61af243a5edfaf4c1133227 /plugins/ImageGraph
parent29a6f6833d9428d00fa3a1acfba4c40f054e2637 (diff)
Remove references to old Loader class.
Diffstat (limited to 'plugins/ImageGraph')
-rw-r--r--plugins/ImageGraph/StaticGraph.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/ImageGraph/StaticGraph.php b/plugins/ImageGraph/StaticGraph.php
index 0ece9a173d..e98b8bda28 100644
--- a/plugins/ImageGraph/StaticGraph.php
+++ b/plugins/ImageGraph/StaticGraph.php
@@ -12,7 +12,6 @@ namespace Piwik\Plugins\ImageGraph;
use Exception;
use pData;
use pImage;
-use Piwik\Loader;
use Piwik\Piwik;
use Piwik\SettingsPiwik;
@@ -86,7 +85,6 @@ abstract class StaticGraph
$className = self::$availableStaticGraphTypes[$graphType];
$className = __NAMESPACE__ . "\\StaticGraph\\" . $className;
- Loader::loadClass($className);
return new $className;
} else {
throw new Exception(