X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fxmlrpcs.inc;h=9e504b8e09de3eb36c5757162a9139f5cef07e48;hb=fe0fb0e92d6bcd85d153059f593d387c286f9f76;hp=8111e1c03eb3597a28c1ad38cc62acfae97224c1;hpb=fce41d1c5ca142dccfe3a9b51edcc13acdc4a7ba;p=plcapi.git diff --git a/lib/xmlrpcs.inc b/lib/xmlrpcs.inc index 8111e1c..9e504b8 100644 --- a/lib/xmlrpcs.inc +++ b/lib/xmlrpcs.inc @@ -731,7 +731,7 @@ } else { - $pt= $in[$n] == 'i4' ? 'int' : $in[$n]; // dispatch maps never use i4... + $pt= $in[$n] == 'i4' ? 'int' : strtolower($in[$n]); // dispatch maps never use i4... } // param index is $n+1, as first member of sig is return type