From 724e9acedd8627da717c4eccf2baa40cf5544156 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Wed, 3 Feb 2021 14:46:06 +0100 Subject: [PATCH] Fix PHP5 error compatibility in last commit --- src/includes/routes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/includes/routes.php b/src/includes/routes.php index 7554692e..605a5a94 100644 --- a/src/includes/routes.php +++ b/src/includes/routes.php @@ -1778,7 +1778,7 @@ function handle_api_LSobject_relation($request) { LSsession :: setAjaxDisplay(); $object = get_LSobject_from_API_request( $request, - true, // instanciate object + true // instanciate object ); if (!$object) return;