fixed #47;some cleaning up and bugfixes;
This commit is contained in:
@@ -33,7 +33,6 @@ class TPB extends searchBase implements searchInterface
|
||||
if ($this->content) {
|
||||
return $this->content;
|
||||
}
|
||||
$content;
|
||||
try {
|
||||
$response = $this->client->request('GET', $this->searchUrl);
|
||||
$content = $response->getContent();
|
||||
|
||||
Reference in New Issue
Block a user