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:
authorrobocoder <anthon.pang@gmail.com>2009-12-12 00:25:57 +0300
committerrobocoder <anthon.pang@gmail.com>2009-12-12 00:25:57 +0300
commitf860b7bcf907f77226864e3a4dcfe87b6359aae4 (patch)
tree5174633d1d6d80ecf972f867db567911213b3d71 /plugins/ExampleRssWidget
parentdb67d165205077e6c42da7229ca1d742564fbf04 (diff)
fixes #1072 - wrap plugin author name with author_homepage (instead of homepage)
git-svn-id: http://dev.piwik.org/svn/trunk@1665 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/ExampleRssWidget')
-rw-r--r--plugins/ExampleRssWidget/ExampleRssWidget.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ExampleRssWidget/ExampleRssWidget.php b/plugins/ExampleRssWidget/ExampleRssWidget.php
index 7c583cefa3..48aeb882d4 100644
--- a/plugins/ExampleRssWidget/ExampleRssWidget.php
+++ b/plugins/ExampleRssWidget/ExampleRssWidget.php
@@ -22,7 +22,7 @@ class Piwik_ExampleRssWidget extends Piwik_Plugin
'name' => 'Example Rss Widget',
'description' => 'Example Plugin: How to create a new widget that reads a RSS feed?',
'author' => 'Piwik',
- 'homepage' => 'http://piwik.org/',
+ 'author_homepage' => 'http://piwik.org/',
'version' => '0.1',
);
}