Always store the stack since we're in an ajax context in this method
authorChuck Hagenbuch <chuck@horde.org>
Tue, 1 Sep 2009 04:31:59 +0000 (00:31 -0400)
committerChuck Hagenbuch <chuck@horde.org>
Tue, 1 Sep 2009 04:32:45 +0000 (00:32 -0400)
framework/Core/lib/Horde.php

index dd664aa..28b15b2 100644 (file)
@@ -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;