Skip to content

Commit

Permalink
Merge pull request #2888 from mirche97/fix/virtualpage-edit-link
Browse files Browse the repository at this point in the history
Fix/virtualpage edit link
  • Loading branch information
GuySartorelli authored Sep 21, 2023
2 parents ba578cf + 5c06933 commit 624048f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/Model/VirtualPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ public function getCMSFields()
'a',
[
'class' => 'cmsEditlink',
'href' => 'admin/pages/edit/show/' . $this->CopyContentFromID,
'href' => $this->CopyContentFrom()->CMSEditLink(),
],
_t(self::class . '.EditLink', 'edit')
);
Expand Down

0 comments on commit 624048f

Please sign in to comment.