From 4aaa92169675df2becd0c41d131de77f17b96916 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20Mazi=C3=A8re?= Date: Mon, 22 Aug 2016 00:20:02 +0200 Subject: [PATCH] [ViadeoCompanyBridge] fix parameter 'c' requirement status MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pierre Mazière --- bridges/ViadeoCompany.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bridges/ViadeoCompany.php b/bridges/ViadeoCompany.php index b2149f63..88466afd 100644 --- a/bridges/ViadeoCompany.php +++ b/bridges/ViadeoCompany.php @@ -12,7 +12,8 @@ class ViadeoCompany extends BridgeAbstract{ '[ { "name" : "Company name", - "identifier" : "c" + "identifier" : "c", + "required" : true } ]'; }