Portal: Rename an endpoint with a typo

This commit is contained in:
Stephen Abello
2019-08-09 10:45:54 +02:00
parent 543e57ed7d
commit 660852115e
3 changed files with 5 additions and 5 deletions

View File

@@ -1210,7 +1210,7 @@ class ObjectController extends BrickController
* @throws \OQLException
* @throws \Exception
*/
public function GetInformationsAsJsonAction(Request $oRequest)
public function GetInformationAsJsonAction(Request $oRequest)
{
/** @var \Combodo\iTop\Portal\Helper\RequestManipulatorHelper $oRequestManipulator */
$oRequestManipulator = $this->get('request_manipulator');