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:
Diffstat (limited to 'core/Piwik.php')
-rw-r--r--core/Piwik.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/Piwik.php b/core/Piwik.php
index c723c541ca..4c4f6fba74 100644
--- a/core/Piwik.php
+++ b/core/Piwik.php
@@ -381,7 +381,6 @@ class Piwik
return false;
}
-
/**
* Returns true if the current user has Super User access.
*
@@ -743,7 +742,6 @@ class Piwik
return false;
}
-
/**
* Returns the class name of an object without its namespace.
*
@@ -757,7 +755,6 @@ class Piwik
return end($parts);
}
-
/**
* Post an event to Piwik's event dispatcher which will execute the event's observers.
*