Test append PR to Issue

This commit fixes #6874
This commit is contained in:
Highstrike 2015-06-24 14:18:14 +03:00
parent 7cdf19363d
commit 833c747b41

View file

@ -85,7 +85,7 @@ class FlashHelper extends AppHelper {
$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'])) {