fixing Notice: Undefined index: isPublic

remotes/origin/stable6
Thomas Müller 2013-07-05 11:30:53 +07:00
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();
}