Skip to content
Snippets Groups Projects
Commit c3e16a73 authored by Thomas Müller's avatar Thomas Müller
Browse files

fixing Undefined index: publicUploadEnabled

parent 5f5700e3
No related branches found
No related tags found
No related merge requests found
......@@ -202,6 +202,7 @@ if (isset($path)) {
$folder->assign('isCreatable', false);
$folder->assign('permissions', OCP\PERMISSION_READ);
$folder->assign('isPublic',true);
$folder->assign('publicUploadEnabled', true);
$folder->assign('files', $files);
$folder->assign('uploadMaxFilesize', $maxUploadFilesize);
$folder->assign('uploadMaxHumanFilesize', OCP\Util::humanFileSize($maxUploadFilesize));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment