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-06-03 20:53:43 +0400
committerrobocoder <anthon.pang@gmail.com>2010-06-03 20:53:43 +0400
commit86144ec25577d77e4c805dba224a838efd6d2438 (patch)
treefcc2020a6a09be3a1ed17562ce4c54bdaf9fec52 /plugins/ExampleAPI
parent23dccbf7b7f63ff94fb280594adf82ae95a6e596 (diff)
fixes #1152 - remove deprecated "name" from getInformation() array
git-svn-id: http://dev.piwik.org/svn/trunk@2264 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 62c630277f..271b58c9ab 100644
--- a/plugins/ExampleAPI/ExampleAPI.php
+++ b/plugins/ExampleAPI/ExampleAPI.php
@@ -27,7 +27,6 @@ class Piwik_ExampleAPI extends Piwik_Plugin
public function getInformation()
{
return array(
- 'name' => 'ExampleAPI',
'description' => Piwik_Translate('ExampleAPI_PluginDescription'),
'homepage' => 'index.php?module=API&action=listAllAPI#ExampleAPI',
'author' => 'Piwik',