Skip to content

Commit

Permalink
Update code/Model/VirtualPage.php
Browse files Browse the repository at this point in the history
Co-authored-by: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com>
  • Loading branch information
2 people authored and Mirjana Durakovic committed Sep 21, 2023
1 parent da115d9 commit 9edc46f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/Model/VirtualPage.php
Expand Up @@ -248,7 +248,7 @@ public function getCMSFields()
'a',
[
'class' => 'cmsEditlink',
'href' => AdminRootController::get_admin_route() . '/pages/edit/show/' . $this->CopyContentFromID,
'href' => $this->CopyContentFrom()->CMSEditLink(),
],
_t(self::class . '.EditLink', 'edit')
);
Expand Down

0 comments on commit 9edc46f

Please sign in to comment.