diff options
Diffstat (limited to 'settings/personal.php')
-rw-r--r-- | settings/personal.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/settings/personal.php b/settings/personal.php index e8c72e0036a..fefd8392a10 100644 --- a/settings/personal.php +++ b/settings/personal.php @@ -160,7 +160,6 @@ if ($storageInfo['quota'] === \OCP\Files\FileInfo::SPACE_UNLIMITED) { $uid = $user->getUID(); $userData = $accountManager->getUser($user); -$tmpl->assign('showGroupMembership', $config->getSystemValue('settings.personal.showGroupMembership', true)); $tmpl->assign('total_space', $totalSpace); $tmpl->assign('usage_relative', $storageInfo['relative']); $tmpl->assign('quota', $storageInfo['quota']); |