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:
authorvipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2010-06-03 20:53:43 +0400
committervipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2010-06-03 20:53:43 +0400
commit9d53d56ed5ba98841597b90afe014661a1b42c87 (patch)
treefcc2020a6a09be3a1ed17562ce4c54bdaf9fec52 /plugins/Installation
parent700fb21f6d046f8bffb21a8be11e0c962c0fdc12 (diff)
fixes #1152 - remove deprecated "name" from getInformation() array
Diffstat (limited to 'plugins/Installation')
-rw-r--r--plugins/Installation/Installation.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Installation/Installation.php b/plugins/Installation/Installation.php
index cb21336b0b..fbdd695b76 100644
--- a/plugins/Installation/Installation.php
+++ b/plugins/Installation/Installation.php
@@ -21,7 +21,6 @@ class Piwik_Installation extends Piwik_Plugin
public function getInformation()
{
$info = array(
- 'name' => 'Installation',
'description' => Piwik_Translate('Installation_PluginDescription'),
'author' => 'Piwik',
'author_homepage' => 'http://piwik.org/',