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:
Hypolite Petovan 2018-01-19 00:32:37 -05:00
commit 4cca8280b4
3 changed files with 5 additions and 3 deletions

View file

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