From e69d84b3d52c1aa54a6e9f1465ea368bc77b4dff Mon Sep 17 00:00:00 2001 From: Jean-Yves Gaulier Date: Mon, 2 Feb 2015 17:08:50 +0100 Subject: [PATCH] #PHRAS-325 fix typo : the new parameter is "nosubdefs" (with 's' at end) --- lib/classes/API/V1/adapter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/classes/API/V1/adapter.php b/lib/classes/API/V1/adapter.php index 71200a6cbf..1fa8c4b5cd 100644 --- a/lib/classes/API/V1/adapter.php +++ b/lib/classes/API/V1/adapter.php @@ -494,7 +494,7 @@ class API_V1_adapter extends API_V1_Abstract throw new API_V1_exception_badrequest(sprintf('Invalid forceBehavior value `%s`', $request->get('forceBehavior'))); break; } - $app['border-manager']->process($session, $Package, $callback, $behavior, $request->get('nosubdef')===''); + $app['border-manager']->process($session, $Package, $callback, $behavior, $request->get('nosubdefs')===''); $ret = array( 'entity' => null,