Skip to content

Commit

Permalink
Fix missing url for audit log
Browse files Browse the repository at this point in the history
refs #12
  • Loading branch information
moreamazingnick authored and nilmerg committed Jul 13, 2022
1 parent 8ec504e commit 116bdf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

try {
if ($this->getConfig()->get('log', 'type') === 'file') {
$section = $this->menuSection(N_('System'));
$section = $this->menuSection(N_('Reporting'));
$section->add(N_('Audit Log'), [
'permission' => 'audit/log',
'url' => 'audit/log',
Expand Down

0 comments on commit 116bdf4

Please sign in to comment.