From: Jan-Christoph Borchardt Date: Wed, 13 Mar 2019 20:13:55 +0000 (+0100) Subject: Don't show 'Personal' header in settings when Admin section is not there X-Git-Tag: v16.0.0beta1~28^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=33bafb8e2bc4c732ad36999157a5acc198ce8e41;p=nextcloud-server.git Don't show 'Personal' header in settings when Admin section is not there Signed-off-by: Jan-Christoph Borchardt --- diff --git a/settings/templates/settings/frame.php b/settings/templates/settings/frame.php index 1734a92b064..e32c4ed2fc9 100644 --- a/settings/templates/settings/frame.php +++ b/settings/templates/settings/frame.php @@ -30,8 +30,10 @@ script('files', 'jquery.fileupload');
    -
  • t('Personal')); ?>
  • + +
  • t('Personal')); ?>
  • getURLGenerator()->linkToRoute('settings.PersonalSettings.index', ['section' => $form['anchor']]);