Log what URL query caused invalid search queries
This commit is contained in:
parent
10863d4c4b
commit
684efedcfd
@ -953,7 +953,7 @@ class Image {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
assert('$positive_tag_id_array || $negative_tag_id_array');
|
assert('$positive_tag_id_array || $negative_tag_id_array', @$_GET['q']);
|
||||||
$wheres = array();
|
$wheres = array();
|
||||||
if (!empty($positive_tag_id_array)) {
|
if (!empty($positive_tag_id_array)) {
|
||||||
$positive_tag_id_list = join(', ', $positive_tag_id_array);
|
$positive_tag_id_list = join(', ', $positive_tag_id_array);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user