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:42:14 +0300
committermattab <matthieu.aubry@gmail.com>2014-12-19 06:42:14 +0300
commit5ae06694d9f158ae567f7a84f8c58473994ff4d9 (patch)
tree900a43244e92972d7534ac0112b5e8955baac330 /core/Common.php
parentcfc12b0c60a4621a948de96ad41b5a9276599260 (diff)
Minor
Diffstat (limited to 'core/Common.php')
-rw-r--r--core/Common.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Common.php b/core/Common.php
index 17368001d5..5e09c62934 100644
--- a/core/Common.php
+++ b/core/Common.php
@@ -1237,7 +1237,7 @@ class Common
* @todo This method is weird, it's debugging statements but seem to only work for the tracker, maybe it
* should be moved elsewhere
*/
- public static function printDebug($info = '')
+ public static function printDebug($info = '')
{
if (isset($GLOBALS['PIWIK_TRACKER_DEBUG']) && $GLOBALS['PIWIK_TRACKER_DEBUG']) {