From 42c180bece13d99ca97ebe842d059d7352d8e914 Mon Sep 17 00:00:00 2001 From: gggeek Date: Sun, 3 Sep 2017 20:15:39 +0100 Subject: [PATCH] Fix last commit --- lib/xmlrpc.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.43.0