mirror of
https://github.com/friendica/friendica
synced 2025-04-27 10:30:10 +00:00
Rename include/Scrape to include/probe
This commit is contained in:
parent
36e515ee6d
commit
3a2988c3fd
19 changed files with 19 additions and 19 deletions
|
@ -174,7 +174,7 @@ function send_wallmessage($recipient='', $body='', $subject='', $replyto=''){
|
|||
$convid = 0;
|
||||
$reply = false;
|
||||
|
||||
require_once('include/Scrape.php');
|
||||
require_once 'include/probe.php';
|
||||
|
||||
$me = probe_url($replyto);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue