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>2007-09-10 22:47:46 +0400
committermattpiwik <matthieu.aubry@gmail.com>2007-09-10 22:47:46 +0400
commitd40e5b844e8c4a61e3300a0734b322039c105185 (patch)
tree31e53d351a3d1fbd042bb2b1f69d7d2de17fe357 /modules/LogStats.php
parent03f11d4c594b6ab4b39efa2d0d8f5dee7eab3c1c (diff)
Added Actions/downloads/outlinks table reporting
still buggy on Internet explorer and konqueror and some global bug remaining as well, its such a pain!!! git-svn-id: http://dev.piwik.org/svn/trunk@69 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'modules/LogStats.php')
-rw-r--r--modules/LogStats.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/LogStats.php b/modules/LogStats.php
index b96880dd94..dca6d6ed6d 100644
--- a/modules/LogStats.php
+++ b/modules/LogStats.php
@@ -154,7 +154,7 @@ class Piwik_LogStats
// or a marketing page if no parameters in the url
// or redirect to a url (transmit the cookie as well)
// or load a URL (rss feed) (transmit the cookie as well)
- private function endProcess()
+ protected function endProcess()
{
switch($this->getState())
{