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:
authorrobocoder <anthon.pang@gmail.com>2009-05-28 02:45:25 +0400
committerrobocoder <anthon.pang@gmail.com>2009-05-28 02:45:25 +0400
commit7d6ba208948710b78336a4c63a072ddfd21b979a (patch)
tree0204658a4a081947ddf4e374cf44d8907acc523d /core/ExceptionHandler.php
parent86627301f3aebde559dfc94a1d32049e9fcc183e (diff)
fixes #743 - optimize include path; refs #631
git-svn-id: http://dev.piwik.org/svn/trunk@1150 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'core/ExceptionHandler.php')
-rw-r--r--core/ExceptionHandler.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ExceptionHandler.php b/core/ExceptionHandler.php
index 27ad00a9c7..8a328c1b2d 100644
--- a/core/ExceptionHandler.php
+++ b/core/ExceptionHandler.php
@@ -9,7 +9,7 @@
* @package Piwik_Helper
*/
-require_once "core/Piwik.php";
+require_once "Piwik.php";
/**
* Exception handler used to display nicely exceptions in Piwik