mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 16:50:55 -04:00
Trailing comma's in functin arguments break on 7.2
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
c19d639231
commit
9fd725c84a
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ class OCJSController extends Controller {
|
|||
$iniWrapper,
|
||||
$urlGenerator,
|
||||
$capabilitiesManager,
|
||||
$initialStateService,
|
||||
$initialStateService
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue