Skip to content

Commit

Permalink
Merge branch '7.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom committed Mar 19, 2018
2 parents d987eea + 4c1dbe4 commit c72461f
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 c72461f

Please sign in to comment.