Skip to content

Commit

Permalink
refs #4179 set default type to transient
Browse files Browse the repository at this point in the history
  • Loading branch information
tsteur committed Oct 26, 2013
1 parent 1cda21f commit 3068233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Notification.php
Expand Up @@ -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;

Expand Down

0 comments on commit 3068233

Please sign in to comment.