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 'core/Db/Adapter.php')
-rw-r--r--core/Db/Adapter.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/Db/Adapter.php b/core/Db/Adapter.php
index de3412e9a6..db9214b82a 100644
--- a/core/Db/Adapter.php
+++ b/core/Db/Adapter.php
@@ -8,6 +8,7 @@
* @category Piwik
* @package Piwik
*/
+use Piwik\Loader;
/**
* @package Piwik
@@ -39,7 +40,7 @@ class Piwik_Db_Adapter
}
$className = self::getAdapterClassName($adapterName);
- Piwik_Loader::loadClass($className);
+ Loader::loadClass($className);
/*
* 5.2.1 fixes various bugs with references that caused PDO_MYSQL getConnection()