Fix variable scope

pull/16/head
Aleksander Machniak 12 years ago
parent b2c3c31c10
commit 56012e56aa

@ -4277,7 +4277,7 @@ function rcube_webmail()
if (!this.gui_objects.contactslist)
return false;
var c, list = this.contact_list,
var c, col, list = this.contact_list,
row = document.createElement('tr');
row.id = 'rcmrow'+this.html_identifier(cid);

Loading…
Cancel
Save