#153 Warning issued by the SOAP web services

SVN:trunk[614]
This commit is contained in:
Romain Quetiez
2010-07-19 11:20:50 +00:00
parent bfc052805b
commit 74927428aa
4 changed files with 14 additions and 6 deletions

View File

@@ -500,7 +500,7 @@ class WebServices
static protected function SoapStructToExternalKeySearch(SoapExternalKeySearch $oExternalKeySearch)
{
if (is_null($oExternalKeySearch)) return null;
if ($oExternalKeySearch->IsVoid()) return null;
$aRes = array();
foreach($oExternalKeySearch->conditions as $oSearchCondition)