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:
authorChristian Lopez Espinola <penyaskito@computer.org>2014-05-21 18:28:49 +0400
committerChristian Lopez Espinola <penyaskito@computer.org>2014-05-21 18:28:49 +0400
commit6de3134c9e79c395040666eb9293b2bcd0003996 (patch)
tree6794f82a089e9ca4eb7546d2f888d7ad362e029d /plugins/ExamplePlugin
parent672517d377ed28cf311139b4e413b72ca3443799 (diff)
Fixed typo in example plugin.
Diffstat (limited to 'plugins/ExamplePlugin')
-rw-r--r--plugins/ExamplePlugin/API.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ExamplePlugin/API.php b/plugins/ExamplePlugin/API.php
index d0a5d5055b..cf387d0e4f 100644
--- a/plugins/ExamplePlugin/API.php
+++ b/plugins/ExamplePlugin/API.php
@@ -19,7 +19,7 @@ class API extends \Piwik\Plugin\API
* Example method. Please remove if you do not need this API method.
* You can call this API method like this:
* /index.php?module=API&method=ExamplePlugin.getAnswerToLife
- * /index.php?module=API&method=ExamplePlugin.getAnswerToLife?truth=0
+ * /index.php?module=API&method=ExamplePlugin.getAnswerToLife&truth=0
*
* @param bool $truth
*