forked from lolcat/4get
remove deep_simple_no_results nag
This commit is contained in:
@@ -528,7 +528,10 @@ class ddg{
|
|||||||
if(
|
if(
|
||||||
!isset($item["s"]) &&
|
!isset($item["s"]) &&
|
||||||
isset($item["t"]) &&
|
isset($item["t"]) &&
|
||||||
$item["t"] == "DEEP_ERROR_NO_RESULTS"
|
(
|
||||||
|
$item["t"] == "DEEP_ERROR_NO_RESULTS" ||
|
||||||
|
$item["t"] == "DEEP_SIMPLE_NO_RESULTS"
|
||||||
|
)
|
||||||
){
|
){
|
||||||
|
|
||||||
return $out;
|
return $out;
|
||||||
|
Reference in New Issue
Block a user