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

fixing Notice: Undefined index: isPublic

parent 11172db5
Branches
No related tags found
No related merge requests found
......@@ -137,5 +137,6 @@ if ($needUpgrade) {
$tmpl->assign('uploadMaxHumanFilesize', OCP\Util::humanFileSize($maxUploadFilesize));
$tmpl->assign('allowZipDownload', intval(OCP\Config::getSystemValue('allowZipDownload', true)));
$tmpl->assign('usedSpacePercent', (int)$storageInfo['relative']);
$tmpl->assign('isPublic', false);
$tmpl->printPage();
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment