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/ExampleUI
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/ExampleUI')
-rw-r--r--plugins/ExampleUI/ExampleUI.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/ExampleUI/ExampleUI.php b/plugins/ExampleUI/ExampleUI.php
index b9aea81812..9f365fb367 100644
--- a/plugins/ExampleUI/ExampleUI.php
+++ b/plugins/ExampleUI/ExampleUI.php
@@ -36,7 +36,6 @@ class Piwik_ExampleUI extends Piwik_Plugin
public function getInformation()
{
return array(
- 'name' => 'ExampleUI',
'description' => Piwik_Translate('ExampleUI_PluginDescription'),
'author' => 'Piwik',
'author_homepage' => 'http://piwik.org/',