projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72654a9
)
Fix logic
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 28 Jul 2009 17:38:37 +0000
(11:38 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 28 Jul 2009 17:38:37 +0000
(11:38 -0600)
imp/js/src/DimpBase.js
patch
|
blob
|
history
diff --git
a/imp/js/src/DimpBase.js
b/imp/js/src/DimpBase.js
index
fbb58a9
..
10006d8
100644
(file)
--- a/
imp/js/src/DimpBase.js
+++ b/
imp/js/src/DimpBase.js
@@
-2027,9
+2027,9
@@
var DimpBase = {
this.createFolder(tmp);
}
} else {
- parent_e =
(ob.pa == DIMP.conf.base_mbox)
- ? $(
'normalfolders'
)
- : $(
this.getSubFolderId(this.getFolderId(ob.pa))).down(
);
+ parent_e =
ob.pa
+ ? $(
this.getSubFolderId(this.getFolderId(ob.pa))).down(
)
+ : $(
'normalfolders'
);
}
/* Virtual folders are sorted on the server. */