Merge branch '4' into 5.0

This commit is contained in:
github-actions 2023-09-23 13:23:31 +00:00
commit 7427f615de
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')
);