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>2010-11-05 23:14:07 +0300
committerrobocoder <anthon.pang@gmail.com>2010-11-05 23:14:07 +0300
commitae5c38cb7c2c2eb5d0fdc61869133cddad09f8df (patch)
tree9486a9d37505934ac6f410498551c84617e2e281 /plugins/ExampleAPI
parent10dd585d5a2964b30a5ce77c5ae265471bc1f5e9 (diff)
remove homepage URL; this is a broken link
git-svn-id: http://dev.piwik.org/svn/trunk@3292 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/ExampleAPI')
-rw-r--r--plugins/ExampleAPI/ExampleAPI.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/ExampleAPI/ExampleAPI.php b/plugins/ExampleAPI/ExampleAPI.php
index f70550acf9..f7b581df92 100644
--- a/plugins/ExampleAPI/ExampleAPI.php
+++ b/plugins/ExampleAPI/ExampleAPI.php
@@ -28,7 +28,6 @@ class Piwik_ExampleAPI extends Piwik_Plugin
{
return array(
'description' => Piwik_Translate('ExampleAPI_PluginDescription'),
- 'homepage' => 'index.php?module=API&action=listAllAPI#ExampleAPI',
'author' => 'Piwik',
'author_homepage' => 'http://piwik.org/',
'version' => '0.1',