1
0
Fork 0

And now DiscoverPoCo.php

This commit is contained in:
Michael 2017-11-18 11:02:46 +00:00
commit 1f28cbd2c6
5 changed files with 314 additions and 309 deletions

View file

@ -169,7 +169,7 @@ function dirfind_content(App $a, $prefix = "") {
}
// Add found profiles from the global directory to the local directory
Worker::add(PRIORITY_LOW, 'discover_poco', "dirsearch", urlencode($search));
Worker::add(PRIORITY_LOW, 'DiscoverPoCo', "dirsearch", urlencode($search));
} else {
$p = (($a->pager['page'] != 1) ? '&p=' . $a->pager['page'] : '');