mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Merge branch '4.13' into 4
This commit is contained in:
commit
992e2dfb8e
@ -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')
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user