Notices what else? (#5545)
* Poco isn't filled, so we cannot store it * We should initialize our variables
This commit is contained in:
committed by
Tobias Diekershoff
parent
c72c64a6d8
commit
65d752d03c
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user