Merge pull request #19510 from nextcloud/bugfix/19504
Continue with next foreach iteration
This commit is contained in:
commit
e9da164ae4
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