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:
authorThomas Steur <thomas.steur@gmail.com>2013-10-27 03:02:33 +0400
committerThomas Steur <thomas.steur@gmail.com>2013-10-27 03:02:33 +0400
commit3068233a9bfde2fc0ae08e4f65c642fe0120d4d3 (patch)
tree34de67939ccb589abe1e73520a439ef58994fa3a /core/Notification.php
parent1cda21f9b8a0f78dd6316e86980581ef05d8b599 (diff)
refs #4179 set default type to transient
Diffstat (limited to 'core/Notification.php')
-rw-r--r--core/Notification.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Notification.php b/core/Notification.php
index ead38a5fd4..7cecb66006 100644
--- a/core/Notification.php
+++ b/core/Notification.php
@@ -36,7 +36,7 @@ class Notification
public $title;
public $message;
public $flags;
- public $type = self::TYPE_TOAST;
+ public $type = self::TYPE_TRANSIENT;
public $context = self::CONTEXT_INFO;
public $priority = self::PRIORITY_LOW;