Skip to content

Commit

Permalink
Merge pull request #205 from xini/patch-1
Browse files Browse the repository at this point in the history
fix page edit link slug
  • Loading branch information
robbieaverill committed Jan 12, 2018
2 parents 99ee72e + f36b439 commit fb6bdf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/cms/DMSDocumentAddController.php
Expand Up @@ -211,8 +211,8 @@ protected function getPageEditLink($pageId, $documentSetId)
{
return Controller::join_links(
CMSPageEditController::singleton()->getEditForm($pageId)->FormAction(),
'field/Document Sets/item',
$documentSetId
'field/DocumentSets/item',
(int) $documentSetId
);
}

Expand Down

0 comments on commit fb6bdf5

Please sign in to comment.