summaryrefslogtreecommitdiffstats
path: root/settings/admin.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-10-30 14:59:13 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2014-10-30 14:59:13 +0100
commit1076a7784027ed3af2e118bcf4366a81badb2d7c (patch)
treea29eb52f06de4ad60028b84e804cb3978a1c14f5 /settings/admin.php
parent24feb7463836bd60935e1a45641f251451bfa785 (diff)
downloadnextcloud-server-1076a7784027ed3af2e118bcf4366a81badb2d7c.tar.gz
nextcloud-server-1076a7784027ed3af2e118bcf4366a81badb2d7c.zip
fix loading of more log entries
Diffstat (limited to 'settings/admin.php')
-rw-r--r--settings/admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/admin.php b/settings/admin.php
index 292bf2b0ff5..d58b9a597b9 100644
--- a/settings/admin.php
+++ b/settings/admin.php
@@ -109,7 +109,7 @@ $formsAndMore[] = array('anchor' => 'backgroundjobs', 'section-name' => $l->t('C
$formsAndMore[] = array('anchor' => 'shareAPI', 'section-name' => $l->t('Sharing'));
$formsAndMore[] = array('anchor' => 'security', 'section-name' => $l->t('Security'));
$formsAndMore[] = array('anchor' => 'mail_general_settings', 'section-name' => $l->t('Email Server'));
-$formsAndMore[] = array('anchor' => 'log', 'section-name' => $l->t('Log'));
+$formsAndMore[] = array('anchor' => 'log-section', 'section-name' => $l->t('Log'));
$template->assign('forms', $formsAndMore);