projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba6f686
)
Always store the stack since we're in an ajax context in this method
author
Chuck Hagenbuch
<chuck@horde.org>
Tue, 1 Sep 2009 04:31:59 +0000
(
00:31
-0400)
committer
Chuck Hagenbuch
<chuck@horde.org>
Tue, 1 Sep 2009 04:32:45 +0000
(
00:32
-0400)
framework/Core/lib/Horde.php
patch
|
blob
|
history
diff --git
a/framework/Core/lib/Horde.php
b/framework/Core/lib/Horde.php
index
dd664aa
..
28b15b2
100644
(file)
--- 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;