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:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-05-18 21:22:35 +0400
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-05-18 21:22:35 +0400
commit8787eb7594388ee4b4577d7648137c8b4e757a60 (patch)
tree882d420a253e89c432470e90f5c2d0deb0811939 /plugins/VisitTime
parent21e89891f990639144358109c8e14cf3ca6af717 (diff)
- remove useless __construct()
- renamed empty filter to Null filter - columns are now renamed recursively, fixing bug in not valid XML code when the columns still had a numeric name - added a new parameter in API for Referers module: expanded. If set to true, it will load the data recursively (eg. all keywords + the search engines for each keyword).
Diffstat (limited to 'plugins/VisitTime')
-rw-r--r--plugins/VisitTime/API.php5
-rw-r--r--plugins/VisitTime/VisitTime.php5
2 files changed, 0 insertions, 10 deletions
diff --git a/plugins/VisitTime/API.php b/plugins/VisitTime/API.php
index 779460c9c3..1d65bb46fd 100644
--- a/plugins/VisitTime/API.php
+++ b/plugins/VisitTime/API.php
@@ -17,11 +17,6 @@
class Piwik_VisitTime_API extends Piwik_Apiable
{
static private $instance = null;
- protected function __construct()
- {
- parent::__construct();
- }
-
static public function getInstance()
{
if (self::$instance == null)
diff --git a/plugins/VisitTime/VisitTime.php b/plugins/VisitTime/VisitTime.php
index 99389c148d..6878be4fc9 100644
--- a/plugins/VisitTime/VisitTime.php
+++ b/plugins/VisitTime/VisitTime.php
@@ -16,11 +16,6 @@
*/
class Piwik_VisitTime extends Piwik_Plugin
{
- public function __construct()
- {
- parent::__construct();
- }
-
public function getInformation()
{
$info = array(