diff options
Diffstat (limited to 'app/Controllers')
| -rw-r--r-- | app/Controllers/tagController.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Controllers/tagController.php b/app/Controllers/tagController.php index 091da6a6f..d998045a4 100644 --- a/app/Controllers/tagController.php +++ b/app/Controllers/tagController.php @@ -195,6 +195,8 @@ class FreshRSS_tag_Controller extends FreshRSS_ActionController { } public function indexAction(): void { + FreshRSS_View::prependTitle(_t('sub.menu.label_management') . ' ยท '); + if (!FreshRSS_Auth::hasAccess()) { Minz_Error::error(403); } |
