mirror of
https://github.com/friendica/friendica
synced 2025-04-27 15:10:11 +00:00
"FetchPoCo" added
This commit is contained in:
parent
e5546dd40a
commit
3c4f44a4ab
3 changed files with 18 additions and 14 deletions
|
@ -57,7 +57,7 @@ class PortableContact
|
|||
public static function loadWorker($cid, $uid = 0, $zcid = 0, $url = null)
|
||||
{
|
||||
// Call the function "load" via the worker
|
||||
Worker::add(PRIORITY_LOW, "DiscoverPoCo", "load", (int)$cid, (int)$uid, (int)$zcid, $url);
|
||||
Worker::add(PRIORITY_LOW, 'FetchPoCo', (int)$cid, (int)$uid, (int)$zcid, $url);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue