mirror of
https://github.com/nextcloud/server.git
synced 2026-04-02 15:45:38 -04:00
Merge pull request #19516 from nextcloud/backport/19510/stable18
[stable18] Continue with next foreach iteration
This commit is contained in:
commit
41fd0aaa26
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ class LogContext {
|
|||
];
|
||||
break;
|
||||
default:
|
||||
continue;
|
||||
continue 2;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue