Treatment, Treating, whatever :-)

This commit is contained in:
Michael 2018-04-02 13:44:45 +00:00
parent 0594f13c35
commit f89904ed77
1 changed files with 1 additions and 1 deletions

View File

@ -1402,7 +1402,7 @@ class DFRN
$ret = Network::post($dest_url, $envelope, ["Content-Type: ".$content_type]);
/// @ToDo: Add better treating of return codes
/// @ToDo: Add better treatment of return codes
return $a->get_curl_code();
}