Skip to content

Commit

Permalink
Merge pull request #52 from mimou78/master
Browse files Browse the repository at this point in the history
#32: Fix: Error: Class 'Silverpop\Util\ArrayToXML' not found
  • Loading branch information
tholder authored Apr 23, 2019
2 parents a3ac37f + 2a7ee8b commit 9b10e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Silverpop/Transact.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ private function _request($data, $replace = array(), $attribs = array()) {

if (is_array($data))
{
$atx = new ArrayToXML($data, $replace, $attribs);;
$atx = new ArrayToXml($data, $replace, $attribs);;
$xml = $atx->getXML();
}
else
Expand Down

0 comments on commit 9b10e3c

Please sign in to comment.