fixup! 255e51edef
Some checks failed
E2E / Linux / PHP ${{ matrix.php }} (8.1) (push) Has been cancelled
E2E / Linux / PHP ${{ matrix.php }} (8.3) (push) Has been cancelled
CI / Coding Style (push) Has been cancelled
CI / Static Analysis (push) Has been cancelled
roundcubemail-testrunner image / build and push with PHP ${{ matrix.php }} (8.3) (push) Has been cancelled
roundcubemail-testrunner image / build and push with PHP ${{ matrix.php }} (8.4) (push) Has been cancelled
roundcubemail-testrunner image / build and push with PHP ${{ matrix.php }} (8.5-rc) (push) Has been cancelled
Message Rendering / Linux / PHP 8.3 (push) Has been cancelled
Unit / Linux / PHP ${{ matrix.php }} (8.1) (push) Has been cancelled
Unit / Linux / PHP ${{ matrix.php }} (8.2) (push) Has been cancelled
Unit / Linux / PHP ${{ matrix.php }} (8.3) (push) Has been cancelled
Unit / Linux / PHP ${{ matrix.php }} (8.4) (push) Has been cancelled
Unit / Windows / PHP ${{ matrix.php }} (8.1) (push) Has been cancelled
Unit / Windows / PHP ${{ matrix.php }} (8.2) (push) Has been cancelled
Unit / Windows / PHP ${{ matrix.php }} (8.3) (push) Has been cancelled
Unit / Windows / PHP ${{ matrix.php }} (8.4) (push) Has been cancelled

This commit is contained in:
Pablo Zmdl 2025-09-10 15:16:54 +02:00
parent ed1527af63
commit 2c3e3b64a0
2 changed files with 3 additions and 1 deletions

View File

@ -9,7 +9,7 @@ class rcmail_action_settings_folder_reorder extends rcmail_action_settings_folde
*
* @param array $args Arguments from the previous step(s)
*/
#[Override]
#[\Override]
public function run($args = [])
{
$rcmail = rcmail::get_instance();

View File

@ -8167,6 +8167,8 @@ function rcube_webmail() {
// We need to store this information now, because it's not available anymore after removing the row from
// the DOM.
next_sibling = row.nextElementSibling;
} else {
next_sibling = null;
}
// get row off the list