Fix typo in last commit

pull/152/head
Aleksander Machniak 11 years ago
parent ccb1323dc8
commit 60e1b34e33

@ -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;
};

Loading…
Cancel
Save