Remove obsolote functions

This commit is contained in:
Michael Vogel 2016-07-09 20:09:09 +02:00
parent 058c93a64c
commit f27bc00464
8 changed files with 117 additions and 333 deletions

View file

@ -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:') {