diff --git a/bridges/HelloAssoBridge.php b/bridges/HelloAssoBridge.php index c64c171f..16aeaabe 100644 --- a/bridges/HelloAssoBridge.php +++ b/bridges/HelloAssoBridge.php @@ -30,14 +30,6 @@ class HelloAssoBridge extends BridgeAbstract return $this->orgname ? $this->orgname . ' - ' . static::NAME : static::NAME; } - public function getDescription() - { - if (!is_null($this->getInput('search'))) { - return 'Latest torrents for "' . $this->getInput('search') . '"'; - } - return parent::getDescription(); - } - public function collectData() { $html = getSimpleHTMLDOM($this->getURI());