projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7a0672
)
Fix missing injector call
author
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 3 May 2010 02:13:15 +0000
(20:13 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 3 May 2010 02:13:15 +0000
(20:13 -0600)
imp/message-dimp.php
patch
|
blob
|
history
diff --git
a/imp/message-dimp.php
b/imp/message-dimp.php
index
66add46
..
7bf5e54
100644
(file)
--- a/
imp/message-dimp.php
+++ b/
imp/message-dimp.php
@@
-20,7
+20,7
@@
if (!$uid || !$folder) {
}
$imp_ui = new IMP_Ui_Message();
-$readonly = $i
mp_imap
->isReadOnly($folder);
+$readonly = $i
njector->getInstance('IMP_Imap')->getOb()
->isReadOnly($folder);
$args = array(
'headers' => array_diff(array_keys($imp_ui->basicHeaders()), array('subject')),