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/ExampleUI
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/ExampleUI')
-rw-r--r--plugins/ExampleUI/ExampleUI.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ExampleUI/ExampleUI.php b/plugins/ExampleUI/ExampleUI.php
index fd5caf430f..c1eb0fe1ac 100644
--- a/plugins/ExampleUI/ExampleUI.php
+++ b/plugins/ExampleUI/ExampleUI.php
@@ -32,7 +32,7 @@ class Piwik_ExampleUI extends Piwik_Plugin
'name' => 'Example User Interface',
'description' => 'Example Plugin: This plugin shows how to work with the Piwik UI: create tables, graphs, etc.',
'author' => 'Piwik',
- 'homepage' => 'http://piwik.org/',
+ 'author_homepage' => 'http://piwik.org/',
'version' => '0.1',
);
}