Skip to content

Commit

Permalink
Test append PR to Issue
Browse files Browse the repository at this point in the history
This commit fixes #6874
  • Loading branch information
highstrike committed Jun 24, 2015
1 parent 7cdf193 commit 833c747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/View/Helper/FlashHelper.php
Expand Up @@ -85,7 +85,7 @@ public function render($key = 'flash', $options = array()) {
$flash = $options + $flash;
CakeSession::delete("Message.$key");

// backwards compatibility with Session->setFlash
// backwards compatibility with Session->setFlash()
if($flash['element'] === 'default') {
$class = 'message';
if (!empty($flash['params']['class'])) {
Expand Down

0 comments on commit 833c747

Please sign in to comment.