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 'plugins/Events/Events.php')
-rw-r--r--plugins/Events/Events.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Events/Events.php b/plugins/Events/Events.php
index 4992ca3452..088eb213a1 100644
--- a/plugins/Events/Events.php
+++ b/plugins/Events/Events.php
@@ -75,7 +75,7 @@ class Events extends \Piwik\Plugin
/**
* @return array
*/
- static public function getLabelTranslations()
+ public static function getLabelTranslations()
{
return array(
'getCategory' => array('Events_EventCategories', 'Events_EventCategory'),