Notices what else? (#5545)

* Poco isn't filled, so we cannot store it

* We should initialize our variables
This commit is contained in:
Michael Vogel 2018-08-02 16:11:21 +02:00 committed by Tobias Diekershoff
parent c72c64a6d8
commit 65d752d03c
4 changed files with 8 additions and 13 deletions

View file

@ -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);