Fix display issue after moving folder in Folder Manager (#1489293)

pull/106/head
Aleksander Machniak 11 years ago
parent e2872900f4
commit 98184938bf

@ -1,6 +1,7 @@
CHANGELOG Roundcube Webmail
===========================
- Fix display issue after moving folder in Folder Manager (#1489293)
- Fix handling of non-default date formats (#1489294)
- Fix unquoted path in PREG expression on Windows (#1489290)
- Fix replacement variables in user-specific base_dn in some LDAP requests (#1489279)

@ -349,7 +349,7 @@ function rcube_subscription_form($attrib)
array('value' => $folder_utf8, 'disabled' => $disabled ? 'disabled' : '')));
$a_js_folders['rcmrow'.$idx] = array($folder_utf8,
Q($display_folder), $protected || $folder['virtual']);
$display_folder, $protected || $folder['virtual']);
}
$RCMAIL->plugins->exec_hook('folders_list', array('table' => $table));

Loading…
Cancel
Save