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:
Diffstat (limited to 'plugins/ExampleUI/API.php')
-rw-r--r--plugins/ExampleUI/API.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/ExampleUI/API.php b/plugins/ExampleUI/API.php
index 3555a76776..5827acac67 100644
--- a/plugins/ExampleUI/API.php
+++ b/plugins/ExampleUI/API.php
@@ -53,7 +53,7 @@ class API
$server2 = mt_rand(40, 110);
}
- $value = array('server1' => $server1, 'server2' => $server2);
+ $value = array('server1' => $server1, 'server2' => $server2);
$temperatures[$subPeriod->getLocalizedShortString()] = $value;
}
@@ -103,7 +103,7 @@ class API
foreach ($planetsDataTable->getRows() as $row) {
$logo = sprintf('plugins/ExampleUI/images/icons-planet/%s.png', strtolower($row->getColumn('label')));
- $url = sprintf('http://en.wikipedia.org/wiki/%s', $row->getColumn('label'));
+ $url = sprintf('http://en.wikipedia.org/wiki/%s', $row->getColumn('label'));
$row->addMetadata('logo', $logo);
$row->addMetadata('url', $url);