mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 14:23:17 -04:00
Continue with next foreach iteration
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
91f4237eb7
commit
fa43d766e8
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