From: Chuck Hagenbuch Date: Wed, 9 Sep 2009 17:54:04 +0000 (-0400) Subject: Don't output
  • to the browser anywhere in DIMP X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=6e5965469ac2288d23e74a7e6d47e9771b5179c8;p=horde.git Don't output
  • to the browser anywhere in DIMP --- diff --git a/imp/lib/Dimp.php b/imp/lib/Dimp.php index 997577a85..2fd5a5101 100644 --- a/imp/lib/Dimp.php +++ b/imp/lib/Dimp.php @@ -101,7 +101,7 @@ class IMP_Dimp */ static public function notify() { - $GLOBALS['notification']->notify(array('listeners' => 'status')); + $GLOBALS['notification']->notify(array('listeners' => 'status', 'store' => true)); $msgs = $GLOBALS['imp_notify']->getStack(); return count($msgs)