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:
authorvipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-12-12 00:25:57 +0300
committervipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-12-12 00:25:57 +0300
commit826dab6016b9abb438457f050ab1c8ede0dbb6ec (patch)
tree5174633d1d6d80ecf972f867db567911213b3d71 /plugins/Live
parent1d925f7367c914bcbf6f184f606178779de52c65 (diff)
fixes #1072 - wrap plugin author name with author_homepage (instead of homepage)
Diffstat (limited to 'plugins/Live')
-rw-r--r--plugins/Live/Live.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Live/Live.php b/plugins/Live/Live.php
index dd28211b04..be24743437 100644
--- a/plugins/Live/Live.php
+++ b/plugins/Live/Live.php
@@ -36,7 +36,7 @@ class Piwik_Live extends Piwik_Plugin
'name' => 'Live Visitors',
'description' => 'Live Visitors!',
'author' => 'Piwik',
- 'homepage' => 'http://piwik.org/',
+ 'author_homepage' => 'http://piwik.org/',
'version' => Piwik_Version::VERSION,
);
}