소스 검색

dumb mistake

lolcat 2 년 전
부모
커밋
bcb5c4d519
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      scraper/greppr.php

+ 1 - 1
scraper/greppr.php

@@ -199,7 +199,7 @@ class greppr{
 				throw new Exception("Failed to get a new search token");
 			}
 			
-			$this->get($get, false);
+			return $this->web($get, false);
 		}
 		
 		// refresh the token with new data (this also triggers fuckhtml load)