projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b01421
)
Don't need target param anymore now that frames are gone
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 17 Aug 2010 04:33:45 +0000
(22:33 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 17 Aug 2010 04:33:45 +0000
(22:33 -0600)
imp/lib/Block/tree_folders.php
patch
|
blob
|
history
diff --git
a/imp/lib/Block/tree_folders.php
b/imp/lib/Block/tree_folders.php
index
f1b6cbc
..
b2fba57
100644
(file)
--- a/
imp/lib/Block/tree_folders.php
+++ b/
imp/lib/Block/tree_folders.php
@@
-41,8
+41,7
@@
class Horde_Block_imp_tree_folders extends Horde_Block
array(
'icon' => 'compose.png',
'icondir' => $image_dir,
- 'url' => strval(IMP::composeLink()),
- 'target' => $prefs->getValue('compose_popup') ? 'horde_menu' : 'horde_main'
+ 'url' => strval(IMP::composeLink())
)
);