1
1
Fork 0

Update function calls

update function calls to new names
This commit is contained in:
Adam Magness 2018-11-04 08:23:19 -05:00
commit b07d47b0f7
15 changed files with 98 additions and 98 deletions

View file

@ -256,7 +256,7 @@ function dfrn_confirm_post(App $a, $handsfree = null)
$xml = XML::parseString($res);
$status = (int) $xml->status;
$message = XML::unxmlify($xml->message); // human readable text of what may have gone wrong.
$message = XML::unescape($xml->message); // human readable text of what may have gone wrong.
switch ($status) {
case 0:
info(L10n::t("Confirmation completed successfully.") . EOL);