mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Merge branch '4' into 5.0
This commit is contained in:
commit
7427f615de
@ -246,7 +246,7 @@ class VirtualPage extends Page
|
|||||||
'a',
|
'a',
|
||||||
[
|
[
|
||||||
'class' => 'cmsEditlink',
|
'class' => 'cmsEditlink',
|
||||||
'href' => 'admin/pages/edit/show/' . $this->CopyContentFromID,
|
'href' => $this->CopyContentFrom()->CMSEditLink(),
|
||||||
],
|
],
|
||||||
_t(self::class . '.EditLink', 'edit')
|
_t(self::class . '.EditLink', 'edit')
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user