Fixed variable name

pull/208/head
Aleksander Machniak 10 years ago
parent e156741941
commit 31b0236265

@ -6423,7 +6423,7 @@ function rcube_webmail()
if (typeof content == 'object')
popup.append(content);
else
popup.html(html);
popup.html(content);
popup.dialog($.extend({
title: title,

Loading…
Cancel
Save