Skip to content

Commit 2c3e3b6

Browse files
committed
fixup! 255e51e
1 parent ed1527a commit 2c3e3b6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

program/actions/settings/folder_reorder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class rcmail_action_settings_folder_reorder extends rcmail_action_settings_folde
99
*
1010
* @param array $args Arguments from the previous step(s)
1111
*/
12-
#[Override]
12+
#[\Override]
1313
public function run($args = [])
1414
{
1515
$rcmail = rcmail::get_instance();

program/js/app.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8167,6 +8167,8 @@ function rcube_webmail() {
81678167
// We need to store this information now, because it's not available anymore after removing the row from
81688168
// the DOM.
81698169
next_sibling = row.nextElementSibling;
8170+
} else {
8171+
next_sibling = null;
81708172
}
81718173

81728174
// get row off the list

0 commit comments

Comments
 (0)