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:
authormattab <matthieu.aubry@gmail.com>2013-07-15 12:03:23 +0400
committermattab <matthieu.aubry@gmail.com>2013-07-15 12:03:23 +0400
commit27f7dca5777e6be6e96010b5623b6ef4aec293b8 (patch)
tree252a462ea8961330f4fa89818518fdb02052b19a /plugins/MobileMessaging
parent4b7419587bc0b9d02362697ff60bc8c59751dded (diff)
Refs #3942
* Removing getInformation() call from core plugins * Renamed translation key PDFReports_PluginDescriptionReports => PDFReports_PluginDescription
Diffstat (limited to 'plugins/MobileMessaging')
-rw-r--r--plugins/MobileMessaging/MobileMessaging.php17
1 files changed, 0 insertions, 17 deletions
diff --git a/plugins/MobileMessaging/MobileMessaging.php b/plugins/MobileMessaging/MobileMessaging.php
index 887c3c6883..4d755f39de 100644
--- a/plugins/MobileMessaging/MobileMessaging.php
+++ b/plugins/MobileMessaging/MobileMessaging.php
@@ -53,23 +53,6 @@ class Piwik_MobileMessaging extends Piwik_Plugin
);
/**
- * @see Piwik_Plugin::getInformation
- */
- public function getInformation()
- {
- return array(
- 'name' => 'Mobile Messaging Plugin',
- 'description' => Piwik_Translate('MobileMessaging_PluginDescription'),
- 'homepage' => 'http://piwik.org/',
- 'author' => 'Piwik',
- 'author_homepage' => 'http://piwik.org/',
- 'license' => 'GPL v3 or later',
- 'license_homepage' => 'http://www.gnu.org/licenses/gpl.html',
- 'version' => Piwik_Version::VERSION,
- );
- }
-
- /**
* @see Piwik_Plugin::getListHooksRegistered
*/
public function getListHooksRegistered()