mirror of
https://github.com/nextcloud/server.git
synced 2026-03-09 01:40:53 -04:00
Merge pull request #4683 from owncloud/publicuploadjserror
Fixed public upload error that prevents upload
This commit is contained in:
commit
3b25babe35
1 changed files with 1 additions and 0 deletions
|
|
@ -348,4 +348,5 @@ $(document).ready(function() {
|
|||
$('#new>a').click();
|
||||
});
|
||||
});
|
||||
window.file_upload_param = file_upload_param;
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue