Browse Source
Trailing comma's in functin arguments break on 7.2
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
pull/20951/head
Roeland Jago Douma
5 years ago
No known key found for this signature in database
GPG Key ID: F941078878347C0C
1 changed files with
1 additions and
1 deletions
-
core/Controller/OCJSController.php
|
|
@ -93,7 +93,7 @@ class OCJSController extends Controller { |
|
|
|
$iniWrapper, |
|
|
|
$urlGenerator, |
|
|
|
$capabilitiesManager, |
|
|
|
$initialStateService, |
|
|
|
$initialStateService |
|
|
|
); |
|
|
|
} |
|
|
|
|
|
|
|