Fix undefined variables PHP Notice
- $order_string in include/dba - $limit_string in include/dba - $search in mod/search - $lang_list in include/pgettext.php
This commit is contained in:
parent
ce411da958
commit
4cca8280b4
3 changed files with 5 additions and 3 deletions
|
@ -135,6 +135,7 @@ function search_content(App $a) {
|
|||
|
||||
Nav::setSelected('search');
|
||||
|
||||
$search = '';
|
||||
if (x($a->data,'search'))
|
||||
$search = notags(trim($a->data['search']));
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue