From 1acde07c106b23f80d31f2c5c0310b139532c1f1 Mon Sep 17 00:00:00 2001
From: Florian Azizian <florian.azizian@maarch.org>
Date: Wed, 16 Dec 2015 16:36:35 +0000
Subject: [PATCH] FIX #0 sring to string

---
 core/trunk/core/class/ws.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/trunk/core/class/ws.php b/core/trunk/core/class/ws.php
index 694d06a12ec..4c9347bb688 100755
--- a/core/trunk/core/class/ws.php
+++ b/core/trunk/core/class/ws.php
@@ -290,7 +290,7 @@ $SOAP_typedef['returnRetrieveMasterResByChrono'] = array(
 
 $SOAP_dispatch_map['retrieveMasterResByChrono'] = array(
     'in'  => array(
-        'identifier' => 'sring',
+        'identifier' => 'string',
         'collId' => 'string',
     ),
     'out' => array('return' => '{urn:MaarchSoapServer}returnRetrieveMasterResByChrono'),
-- 
GitLab