summaryrefslogtreecommitdiff
path: root/scraper/greppr.php
diff options
context:
space:
mode:
Diffstat (limited to 'scraper/greppr.php')
-rw-r--r--scraper/greppr.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/scraper/greppr.php b/scraper/greppr.php
index 402c3d2..f761751 100644
--- a/scraper/greppr.php
+++ b/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)