Fix parameter name.
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 21 Apr 2009 05:13:00 +0000 (23:13 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 21 Apr 2009 05:25:20 +0000 (23:25 -0600)
imp/js/src/DimpBase.js

index 5e524ed..08368c8 100644 (file)
@@ -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.