We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed1527a commit 2c3e3b6Copy full SHA for 2c3e3b6
program/actions/settings/folder_reorder.php
@@ -9,7 +9,7 @@ class rcmail_action_settings_folder_reorder extends rcmail_action_settings_folde
9
*
10
* @param array $args Arguments from the previous step(s)
11
*/
12
- #[Override]
+ #[\Override]
13
public function run($args = [])
14
{
15
$rcmail = rcmail::get_instance();
program/js/app.js
@@ -8167,6 +8167,8 @@ function rcube_webmail() {
8167
// We need to store this information now, because it's not available anymore after removing the row from
8168
// the DOM.
8169
next_sibling = row.nextElementSibling;
8170
+ } else {
8171
+ next_sibling = null;
8172
}
8173
8174
// get row off the list
0 commit comments