From c2c8528ef5d0c22d90ebb93651c06d8462195929 Mon Sep 17 00:00:00 2001 From: Roland 'Quix0r' Haeder Date: Wed, 12 Feb 2014 22:36:25 +0100 Subject: [PATCH] Fixed interface usage. Signed-off-by: Roland 'Quix0r' Haeder --- .../hub/main/discovery/dht/class_DhtRecipientDiscovery.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/hub/main/discovery/dht/class_DhtRecipientDiscovery.php b/application/hub/main/discovery/dht/class_DhtRecipientDiscovery.php index 3d0802b00..44d936657 100644 --- a/application/hub/main/discovery/dht/class_DhtRecipientDiscovery.php +++ b/application/hub/main/discovery/dht/class_DhtRecipientDiscovery.php @@ -21,7 +21,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -class DhtRecipientDiscovery extends BaseHubDiscovery implements DiscoverableNodeRecipient, Registerable { +class DhtRecipientDiscovery extends BaseHubDiscovery implements DiscoverableDhtRecipient, Registerable { /** * Protected constructor * -- 2.39.5