mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -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
7c15c63b05
commit
e1be52b97b
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