diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-10-30 10:31:58 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-10-30 10:31:58 +0100 |
commit | 60e1b34e33a2030b016f22a133ce03983588697b (patch) | |
tree | 6b2e73aba9d224241f2e9a476af83dddc2386a99 /program/js/app.js | |
parent | ccb1323dc8f158cd40ba71c4dd25e563f7fc00fd (diff) |
Fix typo in last commit
Diffstat (limited to 'program/js/app.js')
-rw-r--r-- | program/js/app.js | 2 |
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; }; |