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>2010-01-30 04:51:09 +0300
committerrobocoder <anthon.pang@gmail.com>2010-01-30 04:51:09 +0300
commit0c65b7c72d8cd425d50f8bf33c550e1de47dae8b (patch)
treedc7907df7d26339598fda423fdc65ae867c3594d /core/Log.php
parent349741b04d2f8d2955ebbc69a90aa37b7dfb35a7 (diff)
fixes #1122
git-svn-id: http://dev.piwik.org/svn/trunk@1817 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'core/Log.php')
-rw-r--r--core/Log.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Log.php b/core/Log.php
index e315d80920..baea6f2227 100644
--- a/core/Log.php
+++ b/core/Log.php
@@ -90,7 +90,7 @@ abstract class Piwik_Log extends Zend_Log
/**
* Log an event
*/
- public function log($event, $priority)
+ public function log($event, $priority, $extras = null)
{
// sanity checks
if (empty($this->_writers)) {