Update function calls
update function calls to new names
This commit is contained in:
parent
6cc339031a
commit
b07d47b0f7
15 changed files with 98 additions and 98 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue