Skip to content

Commit

Permalink
Fixed bug in if assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardduran authored and f3l1x committed Jun 21, 2023
1 parent 1ca484b commit 4606eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nusoap.php
Original file line number Diff line number Diff line change
Expand Up @@ -7691,7 +7691,7 @@ function call($operation, $params = array(), $namespace = 'http://tempuri.org',
// serialize
$payload = '';

if ($use = 'literal wrapped') {
if ($use == 'literal wrapped') {
// 'literal wrapped' is only sensible (and defined) for 'document'.
if ($style == 'document') {
$usewrapped = true;
Expand Down

0 comments on commit 4606eb1

Please sign in to comment.