fix wrong admin URL
This commit is contained in:
parent
35a99f1ae6
commit
c9b305aa8d
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ class BackendBehaviors
|
|||
[(new Para())
|
||||
->items([
|
||||
(new Link())
|
||||
->href(My::managerUrl())
|
||||
->href(My::manageUrl())
|
||||
->text(__('Configure feeds')),
|
||||
])] :
|
||||
[],
|
||||
|
|
Loading…
Reference in a new issue