Skip to content

Commit

Permalink
Merge pull request pear#17 from opi99/master
Browse files Browse the repository at this point in the history
Bug #20049: unset the xml switch instead of setting it to false.
  • Loading branch information
CloCkWeRX committed Aug 25, 2013
2 parents 2c64b4f + ee1b4bf commit 646171c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VersionControl/SVN/Command.php
Expand Up @@ -367,7 +367,7 @@ protected function preProcessSwitches()
) {
$this->switches['xml'] = true;
} else {
$this->switches['xml'] = false;
unset($this->switches['xml']);
}

$this->switches['non-interactive'] = true;
Expand Down

0 comments on commit 646171c

Please sign in to comment.