From 7ba1a0269d95dafe68c13e0951f62589252b6191 Mon Sep 17 00:00:00 2001 From: Chuck Hagenbuch Date: Tue, 1 Sep 2009 00:31:59 -0400 Subject: [PATCH] Always store the stack since we're in an ajax context in this method --- framework/Core/lib/Horde.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/Core/lib/Horde.php b/framework/Core/lib/Horde.php index dd664aaaf..28b15b28c 100644 --- a/framework/Core/lib/Horde.php +++ b/framework/Core/lib/Horde.php @@ -595,7 +595,7 @@ HTML; $response = new stdClass(); $response->response = $data; if ($listener) { - $GLOBALS['notification']->notify(array('listeners' => 'status')); + $GLOBALS['notification']->notify(array('listeners' => 'status', 'store' => true)); $stack = $listener->getStack(); if (!empty($stack)) { $response->msgs = $stack; -- 2.11.0