Skip to content

Commit

Permalink
Fix last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
gggeek committed Sep 3, 2017
1 parent ac735cf commit 42c180b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/xmlrpc.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 42c180b

Please sign in to comment.