mirror of
https://github.com/silverstripe/silverstripe-dms
synced 2024-10-22 14:05:56 +02:00
FIX Backlink computed correctly
This commit is contained in:
parent
04a2be00ea
commit
6e62d65ca3
@ -175,7 +175,7 @@ class DMSDocumentAddController extends LeftAndMain
|
||||
public function Backlink()
|
||||
{
|
||||
$pageID = $this->currentPageID();
|
||||
return singleton('CMSPagesController')->Link().'edit/show/'.$pageID;
|
||||
return Controller::join_links(singleton('CMSPagesController')->Link(), 'edit/show', $pageID);
|
||||
}
|
||||
|
||||
public function documentautocomplete()
|
||||
|
Loading…
Reference in New Issue
Block a user