diff --git a/eZ/Publish/Core/REST/Server/Controller/Content.php b/eZ/Publish/Core/REST/Server/Controller/Content.php index c867a8b3d3d..fb11a76175f 100644 --- a/eZ/Publish/Core/REST/Server/Controller/Content.php +++ b/eZ/Publish/Core/REST/Server/Controller/Content.php @@ -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); } @@ -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(