mirror of
https://github.com/friendica/friendica
synced 2025-04-26 14:30:13 +00:00
fix undeclared variables or wrong variable names (/include)
This commit is contained in:
parent
ab7646016b
commit
26fd6b1c33
2 changed files with 17 additions and 9 deletions
|
@ -716,7 +716,7 @@ function navbar_complete(App $a) {
|
|||
// check if searching in the local global contact table is enabled
|
||||
$localsearch = Config::get('system','poco_local_search');
|
||||
|
||||
$search = $prefix.notags(trim($_REQUEST['search']));
|
||||
$search = notags(trim($_REQUEST['search']));
|
||||
$mode = $_REQUEST['smode'];
|
||||
|
||||
// don't search if search term has less than 2 characters
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue