Merge pull request #7996 from annando/poco-cleanup
The PoCo-Workers had been split
This commit is contained in:
commit
94954c810b
20 changed files with 483 additions and 456 deletions
|
@ -242,7 +242,7 @@ class Search extends BaseObject
|
|||
DBA::close($data);
|
||||
|
||||
// Add found profiles from the global directory to the local directory
|
||||
Worker::add(PRIORITY_LOW, 'DiscoverPoCo', "dirsearch", urlencode($search));
|
||||
Worker::add(PRIORITY_LOW, 'SearchDirectory', $search);
|
||||
|
||||
return $resultList;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue