diff --git a/listid.php b/listid.php index 7d11f88..c23f3b1 100644 --- a/listid.php +++ b/listid.php @@ -163,7 +163,7 @@ function uupListIds($search = null, $sortByDate = 0) { $cache->put($builds, 60); } - if($search) { + if($search != null) { if(!preg_match('/^regex:/', $search)) { $searchSafe = preg_quote($search, '/');