Skip to content

Commit

Permalink
Actually use notify level value
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Nov 26, 2014
1 parent 4b790f1 commit 720abe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imp/lib/Ajax/Application/Handler/Common.php
Expand Up @@ -591,7 +591,7 @@ public function sendMessage()
} else {
/* Don't push notification if showing passphrase dialog -
* passphrase dialog contains the necessary information. */
$notification->push($e);
$notification->push($e, $notify_level);
}

return $result;
Expand Down

0 comments on commit 720abe1

Please sign in to comment.