fix wrong admin URL

This commit is contained in:
Jean-Christian Paul Denis 2023-08-18 19:36:40 +02:00
parent 35a99f1ae6
commit c9b305aa8d
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951

View File

@ -217,7 +217,7 @@ class BackendBehaviors
[(new Para()) [(new Para())
->items([ ->items([
(new Link()) (new Link())
->href(My::managerUrl()) ->href(My::manageUrl())
->text(__('Configure feeds')), ->text(__('Configure feeds')),
])] : ])] :
[], [],