]> source.dussan.org Git - nextcloud-server.git/commit
Fixed public upload error that prevents upload
authorVincent Petry <pvince81@owncloud.com>
Sun, 1 Sep 2013 14:14:46 +0000 (16:14 +0200)
committerVincent Petry <pvince81@owncloud.com>
Sun, 1 Sep 2013 14:14:46 +0000 (16:14 +0200)
commit307b673b79120d79c406927ee8a5f3ef83c02af2
treec111a4a6e1dcff264914deb6e6020054c711a0c6
parent92e90c8eb995c886b3e9cd77c14e3f0b25b95cd7
Fixed public upload error that prevents upload

Public upload is broken because the file_upload_param variable expected
to exist by public.js didn't.

This fix sets the variable scope to the window to make it accessible
outside.
apps/files/js/file-upload.js