From 103f1a9be8b4f4af2deb5e2759024e6928f25583 Mon Sep 17 00:00:00 2001 From: mattab Date: Sat, 14 Sep 2013 15:48:27 +1200 Subject: fix --- core/Profiler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/Profiler.php') 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(); -- cgit v1.2.3