Skip to content

Commit 8148209

Browse files
committed
Be consistent
1 parent f1860a0 commit 8148209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/elements/Asset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1039,7 +1039,7 @@ public function prepareEditScreen(Response $response, string $containerId): void
10391039
$crumbs = [
10401040
[
10411041
'label' => Craft::t('app', 'Assets'),
1042-
'url' => UrlHelper::url('assets'),
1042+
'url' => UrlHelper::cpUrl('assets'),
10431043
],
10441044
[
10451045
'label' => Craft::t('site', $volume->name),

0 commit comments

Comments
 (0)