From a82e02061ed97408fda727e7f77de3c46f36593b Mon Sep 17 00:00:00 2001 From: Benjamin Renard <benjamin.renard@akka.eu> Date: Fri, 23 Oct 2020 11:06:48 +0200 Subject: [PATCH] Commit missing modification for #8503 --- php/config.php | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/php/config.php b/php/config.php index 9431577..8b22e1d 100644 --- a/php/config.php +++ b/php/config.php @@ -198,6 +198,7 @@ $API = array( 'shareObjects' => array('len'=>1), 'isSharedObjectNameAlreadyUsed' => array('len'=>1), 'getRequestByProcessId' => array('len'=>1), + 'parseTemplatedParam' => array('len'=>1), ) ) ); -- libgit2 0.21.2