Skip to content

Commit 194d168

Browse files
committed
Fix typo
1 parent d3efb49 commit 194d168

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/admin/src/Controller/Federation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ public function metadataConverter(Request $request): Response
479479
'xmldata' => $xmldata,
480480
'output' => $output,
481481
'error' => $error,
482-
'upload' => boolval(ini_get('file_upload')),
482+
'upload' => boolval(ini_get('file_uploads')),
483483
];
484484

485485
$this->menu->addOption('logout', $t->data['logouturl'], Translate::noop('Log out'));

0 commit comments

Comments
 (0)