]> git.mxchange.org Git - friendica.git/blobdiff - mod/dfrn_confirm.php
Update function calls
[friendica.git] / mod / dfrn_confirm.php
index 6771a21575e8b9f29c679bab79058f54e3939ed9..0f001b11a294e9069f562368b458d11976488b5d 100644 (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);