From 952bde0425f3750c6c9921691d0c6f9ce411a2d4 Mon Sep 17 00:00:00 2001 From: niawag Date: Thu, 6 Oct 2016 16:22:39 +0200 Subject: [PATCH] Update ReadComicsBridge.php --- bridges/ReadComicsBridge.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridges/ReadComicsBridge.php b/bridges/ReadComicsBridge.php index c1380d1a..0cc8a7a2 100644 --- a/bridges/ReadComicsBridge.php +++ b/bridges/ReadComicsBridge.php @@ -27,7 +27,7 @@ class ReadComicsBridge extends BridgeAbstract{ $keywordsList = explode(";",$this->getInput('q')); foreach($keywordsList as $keywords){ $html = $this->getSimpleHTMLDOM(self::URI.'comic/'.rawurlencode($keywords)) - or $this->returnServerError('Could not request RCO.'); + or $this->returnServerError('Could not request readcomics.tv.'); foreach($html->find('li') as $element) { $item = array();