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();