Skip to content

Commit

Permalink
Fix typo on php/public/index.php
Browse files Browse the repository at this point in the history
Signed-off-by: Jehu Marcos Herrera Puentes <[email protected]>
  • Loading branch information
JMarcosHP committed Oct 21, 2024
1 parent 75d0778 commit 23e2676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/public/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
'nextcloud_mount' => $configurationManager->GetNextcloudMount(),
'nextcloud_upload_limit' => $configurationManager->GetNextcloudUploadLimit(),
'nextcloud_max_time' => $configurationManager->GetNextcloudMaxTime(),
'nextcloud_max_file_uploads' => $configurationManager->GetNexcloudMaxFileUploads(),
'nextcloud_max_file_uploads' => $configurationManager->GetNextcloudMaxFileUploads(),
'nextcloud_memory_limit' => $configurationManager->GetNextcloudMemoryLimit(),
'nextcloud_chunk_size' => $configurationManager->GetNextcloudChunkSize(),
'is_dri_device_enabled' => $configurationManager->isDriDeviceEnabled(),
Expand Down

0 comments on commit 23e2676

Please sign in to comment.