Aleksander Machniak
2014-08-03 ef5a1c66aa269cbfbb93070fa3017ee87174f696
Fix bug where last folder on the list wasn't displayed in folder manager
1 files modified
2 ■■■ changed files
program/steps/settings/folders.inc 2 ●●● patch | view | raw | blame | history
program/steps/settings/folders.inc
@@ -373,7 +373,7 @@
    array_unshift($plugin['list'], $root);
    for ($i = 0, $length = count($plugin['list'])-1; $i<$length; $i++) {
    for ($i = 0, $length = count($plugin['list']); $i<$length; $i++) {
        $folders[] = rcmail_folder_tree_element($plugin['list'], $i, $js_folders);
    }