From: Chuck Hagenbuch Date: Tue, 1 Sep 2009 04:31:59 +0000 (-0400) Subject: Always store the stack since we're in an ajax context in this method X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=7ba1a0269d95dafe68c13e0951f62589252b6191;p=horde.git Always store the stack since we're in an ajax context in this method --- 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;