mirror of
https://github.com/friendica/friendica
synced 2025-04-22 13:50:12 +00:00
Remove obsolote functions
This commit is contained in:
parent
058c93a64c
commit
f27bc00464
8 changed files with 117 additions and 333 deletions
|
@ -448,7 +448,7 @@ function dfrn_request_post(&$a) {
|
|||
$network = $data["network"];
|
||||
|
||||
// Canonicalise email-style profile locator
|
||||
$url = webfinger_dfrn($url,$hcard);
|
||||
$url = Probe::webfinger_dfrn($url,$hcard);
|
||||
|
||||
if (substr($url,0,5) === 'stat:') {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue