Skip to content

Commit

Permalink
Merge branch '6.13' into 7.5
Browse files Browse the repository at this point in the history
NB! this merge removes all changes done in #2740 as 7.x changes for this is handled seperatly in #2749.
  • Loading branch information
andrerom committed Sep 24, 2019
2 parents 2d3569a + 2da5512 commit 0250b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eZ/Publish/Core/Repository/ContentTypeService.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public function __construct(
*
* @return \eZ\Publish\API\Repository\Values\ContentType\ContentTypeGroup
*/
public function createContentTypeGroup(ContentTypeGroupCreateStruct $contentTypeGroupCreateStruct)
public function createContentTypeGroup(ContentTypeGroupCreateStruct $contentTypeGroupCreateStruct)
{
if (!$this->repository->canUser('class', 'create', $contentTypeGroupCreateStruct)) {
throw new UnauthorizedException('ContentType', 'create');
Expand Down

0 comments on commit 0250b5a

Please sign in to comment.