Skip to content

Commit

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

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

0 comments on commit ef1fc7d

Please sign in to comment.