diff options
| author | 2025-08-11 00:58:03 +0200 | |
|---|---|---|
| committer | 2025-08-11 00:58:03 +0200 | |
| commit | 2b1b268fc27268197b8c86ed839bf22daab79438 (patch) | |
| tree | 2bb37dcb54fbf748d3dd2c80df0fc3877d0d86e3 /app | |
| parent | eaf69f591f8cf71319060c97da1aeddcd3a853cf (diff) | |
Fix privacy link not being highlighted in configure (#7811)
Diffstat (limited to 'app')
| -rw-r--r-- | app/layout/aside_configure.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/layout/aside_configure.phtml b/app/layout/aside_configure.phtml index 9824e7fa8..7413f002d 100644 --- a/app/layout/aside_configure.phtml +++ b/app/layout/aside_configure.phtml @@ -52,7 +52,7 @@ <li class="item<?= Minz_Request::controllerName() === 'extension' ? ' active' : '' ?>"> <a href="<?= _url('extension', 'index') ?>"><?= _t('gen.menu.extensions') ?></a> </li> - <li class="item<?= Minz_Request::controllerName() === 'privacy' ? ' active' : '' ?>"> + <li class="item<?= Minz_Request::actionName() === 'privacy' ? ' active' : '' ?>"> <a href="<?= _url('configure', 'privacy') ?>"><?= _t('gen.menu.privacy') ?></a> </li> <?php if (!FreshRSS_Auth::hasAccess('admin')) { ?> |
