Fix invalid var pointer

pull/190/head
Thomas Bruederli 11 years ago
parent e3f84735d7
commit 1ee5d134f9

@ -64,7 +64,7 @@ function rcube_treelist_widget(node, p)
scroll_timer,
searchfield,
tree_state,
list_id = (container.attr('id') || id_prefix || '0'),
list_id = (container.attr('id') || p.id_prefix || '0'),
me = this;

Loading…
Cancel
Save