Implement functions
implement functions relocated to xml class
This commit is contained in:
parent
84e900d96f
commit
61bc9facc8
14 changed files with 104 additions and 94 deletions
|
@ -256,7 +256,7 @@ function dfrn_confirm_post(App $a, $handsfree = null)
|
|||
|
||||
$xml = XML::parseString($res);
|
||||
$status = (int) $xml->status;
|
||||
$message = unxmlify($xml->message); // human readable text of what may have gone wrong.
|
||||
$message = XML::unxmlify($xml->message); // human readable text of what may have gone wrong.
|
||||
switch ($status) {
|
||||
case 0:
|
||||
info(L10n::t("Confirmation completed successfully.") . EOL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue