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:
authorStefan Giehl <stefan@matomo.org>2019-03-14 22:30:25 +0300
committerdiosmosis <diosmosis@users.noreply.github.com>2019-03-14 22:30:25 +0300
commit6d39aaaf57a710c0f8314a2165d295ffc054868f (patch)
tree19c8a4f5c34cdc8613c94aea2ffbeffd6c56cc5d /plugins/Events
parent00d15def20e9654d5855326012099a0c8654e3cb (diff)
Revert icon changes and add new property iconSVG instead (#14199)
* Revert icon changes and add new property iconSVG instead * update test files
Diffstat (limited to 'plugins/Events')
-rw-r--r--plugins/Events/VisitorDetails.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/Events/VisitorDetails.php b/plugins/Events/VisitorDetails.php
index 7c62a9c184..7f9af081ef 100644
--- a/plugins/Events/VisitorDetails.php
+++ b/plugins/Events/VisitorDetails.php
@@ -21,7 +21,8 @@ class VisitorDetails extends VisitorDetailsAbstract
{
if (!empty($action['eventType'])) {
$action['type'] = 'event';
- $action['icon'] = 'plugins/Morpheus/images/event.svg';
+ $action['icon'] = 'plugins/Morpheus/images/event.png';
+ $action['iconSVG'] = 'plugins/Morpheus/images/event.svg';
$action['title'] = Piwik::translate('Events_Event');
$action['subtitle'] = Piwik::translate('Event_Category') . ': "' . $action['eventCategory'] . "'";