mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 04:45:16 +02:00
Notices what else? (#5545)
* Poco isn't filled, so we cannot store it * We should initialize our variables
This commit is contained in:
parent
c72c64a6d8
commit
65d752d03c
4 changed files with 8 additions and 13 deletions
|
@ -45,6 +45,8 @@ function dirfind_content(App $a, $prefix = "") {
|
|||
|
||||
$search = $prefix.notags(trim($_REQUEST['search']));
|
||||
|
||||
$header = '';
|
||||
|
||||
if (strpos($search,'@') === 0) {
|
||||
$search = substr($search,1);
|
||||
$header = L10n::t('People Search - %s', $search);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue