And now DiscoverPoCo.php
This commit is contained in:
parent
01362461cf
commit
1f28cbd2c6
5 changed files with 314 additions and 309 deletions
|
|
@ -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'] : '');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue