parent
d3fe1e1973
commit
1fb613e811
|
@ -1119,8 +1119,8 @@ class Form extends Zend_Form
|
||||||
$notifications = Notification::getInstance()->popMessages();
|
$notifications = Notification::getInstance()->popMessages();
|
||||||
$message = null;
|
$message = null;
|
||||||
foreach ($notifications as $notification) {
|
foreach ($notifications as $notification) {
|
||||||
if ($notification['type'] === Notification::SUCCESS) {
|
if ($notification->type === Notification::SUCCESS) {
|
||||||
$message = $notification['message'];
|
$message = $notification->message;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue