Don't output <li> to the browser anywhere in DIMP
authorChuck Hagenbuch <chuck@horde.org>
Wed, 9 Sep 2009 17:54:04 +0000 (13:54 -0400)
committerChuck Hagenbuch <chuck@horde.org>
Wed, 9 Sep 2009 17:54:39 +0000 (13:54 -0400)
imp/lib/Dimp.php

index 997577a..2fd5a51 100644 (file)
@@ -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)