Merge branch '5.1' into 5

This commit is contained in:
github-actions 2023-09-23 13:23:33 +00:00
commit 2ba2ac8386
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ class VirtualPage extends Page
'a',
[
'class' => 'cmsEditlink',
'href' => 'admin/pages/edit/show/' . $this->CopyContentFromID,
'href' => $this->CopyContentFrom()->CMSEditLink(),
],
_t(self::class . '.EditLink', 'edit')
);