From 56401538e83dfca127d32b71d68c4a24eade3a10 Mon Sep 17 00:00:00 2001 From: jeanlalouttre <211577579+jeanlalouttre@users.noreply.github.com> Date: Thu, 15 May 2025 00:25:02 +0200 Subject: [PATCH] [HelloAssoBridge.php] remove unused function --- bridges/HelloAssoBridge.php | 8 -------- 1 file changed, 8 deletions(-) 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());