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:
authorFabian Becker <halfdan@xnorfz.de>2014-01-28 04:00:59 +0400
committerFabian Becker <halfdan@xnorfz.de>2014-01-28 04:00:59 +0400
commit3f6381b0e934e4f2c2e3eb0ce0dac3ed641e2402 (patch)
tree3f338063aac6cc32781939134983f22a2b0ebece /core/Plugin/MetadataLoader.php
parentcae15a35646c1ca5581462ddea7a62da04d407d2 (diff)
Remove remaining occurences of author_home
Show Piwik for all core plugins fixes #4578
Diffstat (limited to 'core/Plugin/MetadataLoader.php')
-rw-r--r--core/Plugin/MetadataLoader.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/Plugin/MetadataLoader.php b/core/Plugin/MetadataLoader.php
index c626c75b11..aa5c5a9387 100644
--- a/core/Plugin/MetadataLoader.php
+++ b/core/Plugin/MetadataLoader.php
@@ -71,8 +71,7 @@ class MetadataLoader
return array(
'description' => Piwik::translate($descriptionKey),
'homepage' => 'http://piwik.org/',
- 'author' => 'Piwik',
- 'author_homepage' => 'http://piwik.org/',
+ 'authors' => array(array('name' => 'Piwik', 'homepage' => 'http://piwik.org/')),
'license' => 'GPL v3+',
'license_homepage' => 'http://www.gnu.org/licenses/gpl.html',
'version' => Version::VERSION,