XML class standards
updated the xml class for PSR-2
This commit is contained in:
@@ -414,7 +414,7 @@ function xml_status($st, $message = '')
|
||||
|
||||
$xmldata = array("result" => $result);
|
||||
|
||||
echo XML::from_array($xmldata, $xml);
|
||||
echo XML::fromArray($xmldata, $xml);
|
||||
|
||||
killme();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user