projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d887ce3
)
Fix parameter name.
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 21 Apr 2009 05:13:00 +0000
(23:13 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 21 Apr 2009 05:25:20 +0000
(23:25 -0600)
imp/js/src/DimpBase.js
patch
|
blob
|
history
diff --git
a/imp/js/src/DimpBase.js
b/imp/js/src/DimpBase.js
index
5e524ed
..
08368c8
100644
(file)
--- a/
imp/js/src/DimpBase.js
+++ b/
imp/js/src/DimpBase.js
@@
-1746,7
+1746,8
@@
var DimpBase = {
if (search.size()) {
if (r.remove) {
- this.viewport.remove(search, { cacheid: r.cacheid, noupdate: r.viewport });
+ // TODO: Don't use cacheid
+ this.viewport.remove(search, { cacheid: r.cacheid, noupdate: r.ViewPort });
this._expirePPCache(uids);
} else {
// Need this to catch spam deletions.