Skip to content
Snippets Groups Projects
Commit 94ac2b94 authored by deuce's avatar deuce
Browse files

Fix bug in last commit.

parent 297e2d60
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ function get_my_message_offsets() ...@@ -39,7 +39,7 @@ function get_my_message_offsets()
if(idx.to!=user.number) if(idx.to!=user.number)
continue; continue;
if((hdr=msgbase.get_msg_header(true,last_offset))==null) if((hdr=msgbase.get_msg_header(true,last_offset))==null)
continuel continue;
msg=new Array; msg=new Array;
msg["hdr"]=hdr; msg["hdr"]=hdr;
msg.idx=idx; msg.idx=idx;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment