fix wrong admin URL
This commit is contained in:
parent
35a99f1ae6
commit
c9b305aa8d
@ -217,7 +217,7 @@ class BackendBehaviors
|
||||
[(new Para())
|
||||
->items([
|
||||
(new Link())
|
||||
->href(My::managerUrl())
|
||||
->href(My::manageUrl())
|
||||
->text(__('Configure feeds')),
|
||||
])] :
|
||||
[],
|
||||
|
Loading…
Reference in New Issue
Block a user