Merge branch '4.13' into 4

This commit is contained in:
github-actions 2023-09-23 13:23:30 +00:00
commit 992e2dfb8e
1 changed files with 1 additions and 1 deletions

View File

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