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:
authormattab <matthieu.aubry@gmail.com>2013-09-14 07:48:27 +0400
committermattab <matthieu.aubry@gmail.com>2013-09-14 07:48:27 +0400
commit103f1a9be8b4f4af2deb5e2759024e6928f25583 (patch)
treef5bed28de77125f0c1d42be1c4755647e5a7300e /core/Profiler.php
parent8cd7c30ff64ae4f9b5e1ea22f57a48e79e4c0b43 (diff)
fix
Diffstat (limited to 'core/Profiler.php')
-rw-r--r--core/Profiler.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Profiler.php b/core/Profiler.php
index fda2682782..76acd914e7 100644
--- a/core/Profiler.php
+++ b/core/Profiler.php
@@ -53,7 +53,7 @@ class Profiler
$profiler = \Zend_Registry::get('db')->getProfiler();
if (!$profiler->getEnabled()) {
- throw new Exception("To display the profiler you should enable enable_sql_profiler on your config/config.ini.php file");
+ throw new \Exception("To display the profiler you should enable enable_sql_profiler on your config/config.ini.php file");
}
$infoIndexedByQuery = array();