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>2014-12-19 06:02:03 +0300
committermattab <matthieu.aubry@gmail.com>2014-12-19 06:02:03 +0300
commit748fc425a4074752222c882c68bbd07d22e38c84 (patch)
tree13785ba92415f65f27b6d4395ddf88d48dad7161 /console
parent67b4f2f45368c6ed02794b4405076ac7e8106051 (diff)
Rename Error to ErrorHandler
Diffstat (limited to 'console')
-rwxr-xr-xconsole2
1 files changed, 1 insertions, 1 deletions
diff --git a/console b/console
index 1b4d7c7e08..b75eb2d1ec 100755
--- a/console
+++ b/console
@@ -27,7 +27,7 @@ if (!Piwik\Common::isPhpCliMode()) {
if (!defined('PIWIK_ENABLE_ERROR_HANDLER') || PIWIK_ENABLE_ERROR_HANDLER) {
require_once PIWIK_INCLUDE_PATH . '/core/Error.php';
- \Piwik\Error::setErrorHandler();
+ \Piwik\ErrorHandler::setErrorHandler();
require_once PIWIK_INCLUDE_PATH . '/core/ExceptionHandler.php';
\Piwik\ExceptionHandler::setUp();
}