projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5b8b36
)
Don't output <li> to the browser anywhere in DIMP
author
Chuck Hagenbuch
<chuck@horde.org>
Wed, 9 Sep 2009 17:54:04 +0000
(13:54 -0400)
committer
Chuck Hagenbuch
<chuck@horde.org>
Wed, 9 Sep 2009 17:54:39 +0000
(13:54 -0400)
imp/lib/Dimp.php
patch
|
blob
|
history
diff --git
a/imp/lib/Dimp.php
b/imp/lib/Dimp.php
index
997577a
..
2fd5a51
100644
(file)
--- 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)