'SearchDirectory' created (moved out of 'DiscoverPoco' mess)

This commit is contained in:
Michael 2019-12-20 20:30:13 +00:00
parent 88a39ea999
commit 37f0519514
3 changed files with 115 additions and 147 deletions

View file

@ -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;
}