Restore the behaviour to remove the remote contact upon termination
This commit is contained in:
+1
-1
@@ -44,7 +44,7 @@ function dirfind_content(App $a, $prefix = "") {
|
||||
|
||||
$local = Config::get('system','poco_local_search');
|
||||
|
||||
$search = $prefix.notags(trim($_REQUEST['search']));
|
||||
$search = $prefix.notags(trim(defaults($_REQUEST, 'search', '')));
|
||||
|
||||
$header = '';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user