From: gggeek Date: Sun, 3 Sep 2017 19:15:39 +0000 (+0100) Subject: Fix last commit X-Git-Tag: 4.2.1 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=42c180bece13d99ca97ebe842d059d7352d8e914 Fix last commit --- diff --git a/lib/xmlrpc.inc b/lib/xmlrpc.inc index 74ff080..335cedf 100644 --- a/lib/xmlrpc.inc +++ b/lib/xmlrpc.inc @@ -122,7 +122,7 @@ class xmlrpcval extends PhpXmlRpc\Value // add support for structures directly encoding php objects if (is_object($b)) { $t = get_object_vars($b); - foreach($t as $id => $cont) { { + foreach($t as $id => $cont) { $t[$id] = $cont->scalarval(); } foreach($t as $id => $cont) {