If search is not set use an empty string instead of null
This commit is contained in:
@@ -295,7 +295,7 @@
|
||||
break;
|
||||
}
|
||||
|
||||
header('Location: recordings.php'.($search != '' ? '?search='.urlencode($search) : null));
|
||||
header('Location: recordings.php'.($search != '' ? '?search='.urlencode($search) : ''));
|
||||
exit;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user