fixing Notice: Undefined index: isPublic
This commit is contained in:
parent
11172db55b
commit
0202d47f7a
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue