Skip to content

Commit

Permalink
Merge branch '6.13' into 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom committed Mar 19, 2018
2 parents ebf801e + ca6741b commit 4c1dbe4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eZ/Publish/Core/REST/Server/Controller/Content.php
Expand Up @@ -234,7 +234,7 @@ public function loadContentInVersion($contentId, $versionNumber, Request $reques
*/
public function createContent(Request $request)
{
$contentCreate = $this->parseCreateContentRequest($request);
$contentCreate = $this->parseContentRequest($request);

return $this->doCreateContent($request, $contentCreate);
}
Expand Down Expand Up @@ -766,7 +766,7 @@ protected function forward($controller)
*
* @return mixed
*/
protected function parseCreateContentRequest(Request $request)
protected function parseContentRequest(Request $request)
{
return $this->inputDispatcher->parse(
new Message(
Expand Down

0 comments on commit 4c1dbe4

Please sign in to comment.