From 6e5965469ac2288d23e74a7e6d47e9771b5179c8 Mon Sep 17 00:00:00 2001 From: Chuck Hagenbuch Date: Wed, 9 Sep 2009 13:54:04 -0400 Subject: [PATCH] Don't output
  • to the browser anywhere in DIMP --- imp/lib/Dimp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.11.0