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:
authormattpiwik <matthieu.aubry@gmail.com>2008-10-08 20:39:13 +0400
committermattpiwik <matthieu.aubry@gmail.com>2008-10-08 20:39:13 +0400
commitc25bbccce76803bdc8d9c2f7e97b0799b4f38362 (patch)
tree4d4855466b7438b5f5df555ee7454cc276bbb0e9 /core/ErrorHandler.php
parent77ef6806d0595421db11843e607bd106be5a9416 (diff)
- rel #318 renaming thickbox image loading animation so that no 404 errors popup in the apache error logs
git-svn-id: http://dev.piwik.org/svn/trunk@633 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'core/ErrorHandler.php')
-rw-r--r--core/ErrorHandler.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/ErrorHandler.php b/core/ErrorHandler.php
index 3b7608d54f..7ada2b2c2b 100644
--- a/core/ErrorHandler.php
+++ b/core/ErrorHandler.php
@@ -11,9 +11,9 @@
require_once "Zend/Registry.php";
-if(!defined('E_STRICT')) define('E_STRICT', 2048);
-if(!defined('E_RECOVERABLE_ERROR')) define('E_RECOVERABLE_ERROR', 4096);
-if(!defined('E_EXCEPTION')) define('E_EXCEPTION', 8192);
+if(!defined('E_STRICT')) { define('E_STRICT', 2048); }
+if(!defined('E_RECOVERABLE_ERROR')){ define('E_RECOVERABLE_ERROR', 4096); }
+if(!defined('E_EXCEPTION')) { define('E_EXCEPTION', 8192); }
/**
* Error handler used to display nicely errors in Piwik