mirror of
https://github.com/silverstripe/silverstripe-dms
synced 2024-10-22 14:05:56 +02:00
commit
fb6bdf59c2
@ -211,8 +211,8 @@ class DMSDocumentAddController extends LeftAndMain
|
|||||||
{
|
{
|
||||||
return Controller::join_links(
|
return Controller::join_links(
|
||||||
CMSPageEditController::singleton()->getEditForm($pageId)->FormAction(),
|
CMSPageEditController::singleton()->getEditForm($pageId)->FormAction(),
|
||||||
'field/Document Sets/item',
|
'field/DocumentSets/item',
|
||||||
$documentSetId
|
(int) $documentSetId
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user