"FetchPoCo" added

This commit is contained in:
Michael 2019-12-20 21:21:25 +00:00
parent e5546dd40a
commit 3c4f44a4ab
3 changed files with 18 additions and 14 deletions

View file

@ -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);
}
/**