match the documentation
This commit is contained in:
parent
2d9718fee9
commit
b9ca44678d
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ function directory_content(&$a) {
|
|||
if(x($a->data,'search'))
|
||||
$search = notags(trim($a->data['search']));
|
||||
else
|
||||
$search = ((x($_GET,'search')) ? notags(trim($_GET['search'])) : '');
|
||||
$search = ((x($_GET,'search')) ? notags(trim(rawurldecode($_GET['search']))) : '');
|
||||
|
||||
$tpl = load_view_file('view/directory_header.tpl');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue