summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-10-30 10:31:58 +0100
committerAleksander Machniak <alec@alec.pl>2013-10-30 10:31:58 +0100
commit60e1b34e33a2030b016f22a133ce03983588697b (patch)
tree6b2e73aba9d224241f2e9a476af83dddc2386a99
parentccb1323dc8f158cd40ba71c4dd25e563f7fc00fd (diff)
Fix typo in last commit
-rw-r--r--program/js/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/js/app.js b/program/js/app.js
index 750bf1e65..59105ffb6 100644
--- a/program/js/app.js
+++ b/program/js/app.js
@@ -2778,7 +2778,7 @@ function rcube_webmail()
data._search = this.env.search_request;
if (this.env.display_next && this.env.next_uid)
- post_data._next_uid = this.env.next_uid;
+ data._next_uid = this.env.next_uid;
return data;
};