Merge pull request #2888 from mirche97/fix/virtualpage-edit-link

Fix/virtualpage edit link
This commit is contained in:
Guy Sartorelli 2023-09-22 09:41:10 +12:00 committed by GitHub
commit 624048fc47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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')
);