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 03:35:15 +0400
committerFabian Becker <halfdan@xnorfz.de>2014-01-28 03:35:15 +0400
commitcae15a35646c1ca5581462ddea7a62da04d407d2 (patch)
tree34a334589c1f29447bf4c486cada2f8583c833c1 /plugins/Proxy
parent4fcd238e8118f94a5fa86248821882a699a52817 (diff)
Convert the old author/author_homepage to the new structure.
refs #4578
Diffstat (limited to 'plugins/Proxy')
-rw-r--r--plugins/Proxy/Proxy.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/Proxy/Proxy.php b/plugins/Proxy/Proxy.php
index 7c7959d0e1..dba0b0f25f 100644
--- a/plugins/Proxy/Proxy.php
+++ b/plugins/Proxy/Proxy.php
@@ -30,8 +30,7 @@ class Proxy extends \Piwik\Plugin
{
return array(
'description' => 'Proxy services',
- 'author' => 'Piwik',
- 'author_homepage' => 'http://piwik.org/',
+ 'authors' => array(array('name' => 'Piwik', 'homepage' => 'http://piwik.org/')),
'version' => Version::VERSION,
'translationAvailable' => false,
);